We have the following columns in our Scrum board:
During Planning, we assign a Developer Resource, a Reviewer, and a QA Resource.
Whenever a ticket is in To Do or In Progress columns, it should auto-assign to the Developer Resource. Whenever it transitions to Peer Review, it should auto-assign to the Reviewer. Whenever it transitions to the QA column, it should transition to the QA Resource.
How do I accomplish this? Or if I'm not given the correct level of access to do it myself, what can I give the person responsible for doing this?
Hi @Mark Saluta
as your latest ask was aiming at ScriptRunner here you can find the exact documentation to introduce postfunctions supported by this App into a workflow:
https://scriptrunner.adaptavist.com/latest/jira/tutorials/scripted-post-functions-tutorial.html
Probably the best would be to work with your Jira Admin directly if there is some challenge - such as you described.
Regards,
Daniel
Hi @Mark Saluta
This is accomplished by updating the workflow for the given issue type. Do you know if your organization is using any workflow enhancement plugins?
Such as JMWE or ScriptRunner?
Within these plugins, there is a simple option to copy a field value from one field to another during a status transition.
Copy value from field to field (JMWE app) - Copy the value(s) of one field to another field. Can copy the value of the field before it was changed on the transition's screen.
If you are not using any additional plugins, the only out-of-box solution that I am aware of from Jira is the ability to:
Assign to Lead Developer - Assigns the issue to the project/component lead developer
Assign to Reporter - Assigns the issue to the reporter
Please let me know if there is anything you'd like more detail on.
This would need to be completed by your Jira Administrator, as it involves system updates to the workflow being used.
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dillon
I've looked at both SMWE and ScriptRunner, how would one actually utilize scripts created in scriptrunner to use against workflows?
Are there any guides you would recommend?
My Jira Admin is hesitant with allowing me any access since previous administrators made universal changes and wiped out projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create roles within the project and automation rules for the assignment in my opinion is the easiest way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right I got that far using the guides, but wasn't sure how to actually do that.
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.