Hi All
We have been using scriptrunner to automatically create an issue recently. Currently, there is a problem that we need to determine which issuetype in which space should be created by judging who the previous issue manager is. How can grooy implement statements like jql (assignee was in "test@test.com"), is there a way to implement this feature
Hi @arno
You can find this information in the issue changelogs
I haven't got any groovy code to hand but the ChangeHistoryManager is the place to start.
You can get the change items for a field and check the from and to values for assignee changes to see if your user has been an assignee at some point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.