There are few tasks which has UI and which does not. I want to assign a specific workflow for UI task and specific for non UI in the same project. Can this be done ? if yes how ?
Hi @rohit sunkari,
welcome to the community.
You can do this, if you use different issue type for UI task and non UI task.
You can then assign each workflow to the specific issue type in the workflow scheme.
Please check this documentation for more information on this.
https://confluence.atlassian.com/adminjiraserver071/configuring-workflow-schemes-802592719.html
I would not want to increase the # of issue types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you can not do this within one project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @rohit sunkari,
how about splitting the workflow using a condition and let the different components take different paths?
But be aware that an issue can have multiple components.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this is the thing that we would need but this need to figured out how it can be done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you could use a scriptrunner scripted condition: https://community.atlassian.com/t5/Jira-Core-questions/Scripted-condition-checking-if-a-certain-component-is-included/qaq-p/449816
the script itself can copied from that other thread
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.