Hello Guys,
I am looking for a small customization but I am not able to make it. Here is the requirement.
When issue assignment is selected or updated, it should set a custom date field with current date and time.
Thanks
Pavan Nagidi
Hello Guys,
I am looking for a small customization but I am not able to make it. Here is the requirement.
When issue assignment is selected or updated, it should set a custom date field with current date and time.
Thanks
Pavan Nagidi
You’ll want to take a look at the IssueChangedEvent (Atlassian JIRA 7.2.4 API) event and register a listener for that.
Btw - this data is already captured in the change log history so you could just parse through that.
Hello Daniel,
Thanks for your response. Should I write a plugin for this customization?
Thanks
Pavan