hi,
JIRA 7.3 Server users.
I have a question - we want to use only 1 workflow for all issuetypes. . we have an audit requirement so, we want all stories to go through the status "UAT Done". but we have certain stories that are just back-end changes and not have user testing. we want to provide users the ability to move these from "IT Testing" to "Released". but we do not want users to use this as a loop hole.
Can i restrict the ability to move to a particular status based on issuetype ? this is without add-ons and without going to code. we want to use only 1 workflow for all issutypes.
If you have any suggestions for our used case, please let me know.
thanks !
Without add-ons or code, no.
There's nothing wrong with having different workflows that - where did that "requirement" come from? Workflows can easily share the same status - just because "Bugs" have to go through the extra step of "regression tests" doesn't mean they can't use open, in-progress, ready for uat, uat done, done, the same as improvements.
Nic, you're right! ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
I know a fast solution with (add-on) ScriptRunner:
>Script Condition
>>Simple scripted condition
>>> For example: ScriptRunner workflow function - Simple scripted condition (condition apply).
issue.issueType.name == 'Task'
Hope this will be helpful!
/Br
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.