How can I create if-then : if field A has a specific value require selection of field B otherwise no

eleanor kerman April 24, 2021

How can I create if-then: the following describes what I am trying to implement

 if field A has a specific value require selection of field B otherwise no

 

(only) when  team = HW

then 

HW-Unit is required ( workflow validator)

 

2 answers

0 votes
Thorsten Letschert _Decadis AG_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 26, 2021

Hi @eleanor kerman ,

your request is similar to this one.

That said, you should look for a workflow app capable of interpreting Jira expressions (see https://marketplace.atlassian.com/search?category=Workflow&product=jira) and an expression like the following with 12345 being your team and 67890 your HW-Unit custom field:

issue.customfield_12345 != "HW" || issue.customfield_67890 != null

Cheers
Thorsten

0 votes
Santiago April 24, 2021

thats very good info

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events