Hello Is there a way to find out somehow via JQL query, the scope of issues where assignee was changed more than twice? I cannot think of one but I may be missing smth Thanks in advance for any ideas!
Hi @Katya Godneva ,
Unfortunately in OOTB Jira that is not easily possible to do via JQL. Probably you would need to search for a plugin that would allow this or use one of the below ideas..
I am thinking about two solutions that you can use... Parse History information - which include information about assignee changes, or..
Use a custom field that would store number that would increase (x+1) every time a workflow transition would be executed.. Then simply show that custom field value on the search..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.