Hello,
Here is my requirement. (We use Jira Cloud)
We have a custom field (select list (single choice)). Based on the value of the custom field I want to set the value for the Labels field while creating an issue (Story).
for e.g. if custom field = "A" set labels to "b"
can someone help with this?
thanks in advance.
Hi @Romel ,
please look at automations in Jira cloud.
I think this functionality could help you achieve, what you need - just add the automation rule defined like this:
When: Issue created
If: Field equals A
Then: Edit issue field Labels -> set value B
Else-if: Field equals C
Then: Edit issue field Labels -> set value D
Else-if ...
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.