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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.