Hi All
we recently got Automation for Jira (Server) plugin and we are trying to perform the following, we are close but not perfect to complete
So, our scenario
In a project,
if issue type =Task or Story or Subtask
and Priority=Blocker
Then
when above issues are transitioned to status CLOSE, we want priority to be updated to Trivial.
You might think that when an issue is closed why would we bother about priority? Yeah, but we need it.
am not sure what we are missing, we there but not .. Any help? or suggestions? and no post functions to achieve this.
Thanks
Hi,
I am assuming you mean the Automation for Jira add-on, not the one built into service desk? With the add on you can apply this to any project, not just Service Desk ones. The rule (pictured below) using the add on would essentially be:
Let me know if that works for you.
Cheers,
Scott
Hi
I tried your way, Its funny, When I hit close, it won't change the priority, but when I reopen the issue priority is updated.. any thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @KRC,
Try to create a custom rule in the project automation something similar the configuration you see in the screenshot attached.
1. When this happens... - use Status changed.
2. Add a condition and use an advanced filter. - Status = Closed AND priority = Blocker AND issuetype in (Task,Sub-task)
3. Then do this... - Choose field Priority and set value to Trivial.
Save the configuration and try to close the issue and you should be able to achieve the required functionality.
Hope this helps!!
Regards,
Priyanka
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @KRC,
The same configuration works well with "Automation for JIRA" as well.
Try to use the JQL condition as status=Close and issuetype in (Task,Sub-task) and priority=Blocker
In "Then" configuration choose field Priority and set value to Trivial.
Once the transition is executed try to reload the page and you should be able to see the priority field value as Trivial.
Hope this helps!!
Regards,
Priyanka
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.