Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically create multiple issues based on Field value

Madhuri Kallem October 31, 2022

Hi, I am trying to achieve the following task based on a numeric value (X):

If category in (A, B, C):

           Create 2*X issues/tickets:

Else:

          Create X issues/tickets. 

Can someone please tell me how can I do this in jira project automation?

Thanks!

 

 

 

 

1 answer

0 votes
Ste Wright
Community Champion
December 28, 2022

Hi @Madhuri Kallem 

Can you clarify your logic, perhaps with an example?

I'm reading the logic as:

  • If Category = A, B or C
  • Then created 2x X issues
  • Else
  • Create X issues

^ How is "X" decided above? And what would the 2x Issues be - just duplicates of each other?

Ste

Suggest an answer

Log in or Sign up to answer