Hi all,
I want to allow only one specific component to be selected in a particular workflow state in Jira Cloud.
Have you used automation or other workarounds in your projects to achieve this?
Would love to hear your approaches and examples.
Thanks in advance!
Hi All,
Answering my own question here. I just tried an automation rule to restrict only one component in a workflow state, and it worked!
If you’re interested, I can share a screenshot of the rule and how it’s configured.
Let me know!
Yes, please share a screenshot because automation rules do not restrict what is visible to a user while on a a work item in Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Funk You’re right - on the UI, it doesn’t prevent users from selecting multiple component values. However, once the work item is updated, the automation removes any additional values and keeps only the first one. Here is the simple automation I configured and tested. Its working as expected.
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.
What if it isn't the component you want to keep? Let's say you want to only allow Component ABC, but Component 123 gets entered first, and then Component ABC. The rule will not work as you intend.
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.