Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We are wanting to create a new workflow. This workflow will allow one developer to ask for "comments" on an issue from another developer.
So basically on an issue currently assigned to a developer there will be an option "Request Comments". When pressed it will allow the developer to select another developer from a list. When this form is submitted the ticket will then get assigned to the new developer and put into a status of something like "Awaiting Comments". Once the developer is done commenting they should have an option like "Done Commenting" which will assign it back to the original developer.
I have tried to create this workflow but am lost.
Anyone able to give me step by step instructions on how to do this?
You need to use workflow schemes to associate your new workflow to the issuetype that you are using. Refer http://confluence.atlassian.com/display/JIRA044/Activating+Workflow
Where do I perform "Associate the Workflow Scheme with the relevant project(s)."? I could not find where to actually perform this action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok I think I found it but it mentions:
"It is recommended to backup JIRA data before proceeding with the workflow association. You may want to contact a System Administrator to create an XML backup."
What could/can happen here if something goes wrong? Anything I need to check?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That you went a bit too much with the warning from Atlassian. Yes definitely it is recommended. But you can safely associate the new workflow scheme to the project in the project admin page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As you mentioned you need two status -
1. The status in which the developer initiates the transistion 'Request Comments'
2. The status 'Awaiting Comments' which will have the transistion 'Done Commenting'
You need to have a user custom field which will get populated in a 'post condition' for the 'Request Comments' workflow to store the current assignee.
And in the 'Done Commenting' workflow have the post condition to assign the issue using the value stored in the custom field mentioned above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok but how do we actually build this? I made a copy of the "read only" jira workflow to try to add this in.
But I wasn't sure how to enable it to test it.
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.