Hi,
I am trying to create a workflow for a project in which the workflow should contain only 10 status and it should go through number of teams (example: 5).
I am trying to differentiate each team by a custom field "TEAM" with values "L1","L2","L3" etc.
When the custom field value is changed to L1, only L1 team should be able to transit the issue. Once & when L1 team allocates the issue to L2, the custom field value will be changed to L2 and only L2 team should work on the issue.
Is it possible to do this without the help of plugins? If yes, guide me how to do that.
I don't believe so, but you can with the jira-suite-utilities pluglin, which is free and supported. I would do it with by using roles for each team and putting a condition on the transitions that checks the TEAM field and the role the user is in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at the conditions in the workflows - do you have the "User Is In Group Custom Field" condition?
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.
Ok, great, use that, and point it at your "TEAM" field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Di I need to add my group name as values for the custom field "TEAM"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, use the same names
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.