Forums

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

I want to use Jira Automation to create as many child issues as the number of values selected in mul

koutarou ishibashi
Contributor
October 22, 2023

I want to create multiple child issues corresponding to the values selected in the Custom Fields_A when executing a manual trigger using Jira Automation
I want to put the value selected in the Custom Fields_A in the Custom Fields_B of a child issue.

The number you choose for the Custom Fields_A is not constant each time.


Custom Fields_A is of type Select List (multiple choices).
The values are as follows.
Issue_1
Issue_2
Issue_3
Issue_4
...
..
.

 


The type of Custom Fields_B is Select List (single choice).
Value is the same as Custom Fields_A
Issue_1
Issue_2
Issue_3
Issue_4
...
..
.

 

Operation example 1
If you select the following for the Custom Fields_A value:
Issue_1
Issue_2
Issue_3
Issue_4


In that case, I want to create a child assignment with the following values.
One child issue whose value of the Custom Fields_B of Select List (single choice) is Issue_1
One child issue whose value of the Custom Fields_B of Select List (single choice) is Issue_2
One child issue whose value of the Custom Fields_B of Select List (single choice) is Issue_3
One child issue whose value of the Custom Fields_B of Select List (single choice) is Issue_4

Operation example 2
If you select the following for the Custom Fields_A value:
Issue_2
Issue_4


In that case, I want to create a child assignment with the following values.
One child issue whose value of the Custom Fields_B of Select List (single choice) is Issue_2
One child issue whose value of the Custom Fields_B of Select List (single choice) is Issue_4

 Is there a good way to achieve the above with Jira Automation?

2 answers

0 votes
prudhvi raj
October 29, 2018

Hi @Nic Brough -Adaptavist- thanks for the information. But I am unable to find the configuration for Authorization logs. 

One more question - where will the audit logs from Jira and Confluence will be stored in servers?

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 30, 2018

They'll get placed in the log directory.  <application home>/logs/

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 27, 2018

Start with a look through https://confluence.atlassian.com/doc/working-with-confluence-logs-108364721.html to see how Confluence logs stuff in general, and for the technical detail, https://confluence.atlassian.com/doc/configuring-logging-181535215.html

Suggest an answer

Log in or Sign up to answer