My dev team is asking if it is possible to change the workflow based on a resolution status (duplicate, won't do etc).
The team wishes to bypass the workflow if the resolution status is duplicate etc.
Right now, a bug will have to go through in progress, in review, QA then closed. They want to insert into the In Progress status the ability to close a ticket if its a duplicate.
Is this possible?
@Mindy Johnson There is no way to change the workflow. You can however add additional transitions or a single transition that would bypass the additional steps to close. You could make the resolution a required field on the transition screen or have several transitions that just set the resolution.
Thank you @Brant Schroeder
I tried to add a bypass by adding in a property of jira.field.resolution.include using resolution numbers of 2,3,4,5,10001,10100,10300,10400 (resolutions IDs).
JIRA presents the the option to bypass, but the resolutions statuses are not presented, just the first in the list.
Is this set up incorrectly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Workflows are associated with particular projects and, optionally, specific issue types.
If I understand you correctly, it seems that you're looking to create a path for a bug to be closed with a resolution = duplicate, without having to go through In Review -> QA and then finally closed. This is possible.
For the workflow associated with the issue type 'Bug' — you can create a separate transition that goes from in progress into the closed status.
From there, you can use the workflow properties for this second transition to closed status, and add the property to only include the resolution ID (which is Duplicate in your case). In other words, what you're doing is that you will be restricting the user to set a particular resolution that will be available on an issue when it is being transitioned from In Progress directly to Closed (skipping all the statuses in between).
Best regards,
Hamza
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much @Hamza Chundrigar .
This appears to work for the first one in the line to choose from.
I added the properties using jira.field.resolution.include and all listed all resolutions that we wish to bypass. Using just the resolution status number separated by commas, and no spaces.
This theoretically should work based on the document I referenced, but it only reads the first one and not the other resolutions.
Have I set this up wrong?
thx
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.