Forums

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

Using Jira Automation to set a value to afield

Amel LAOUINI November 18, 2021

Hello, 

 

Am using Jira automation,  to create some default issues, we used  to create manually  in each of our projects.

And i need to set the value of the parent (epic) in each issue created 

i tried to follow the example given , but am not sure i had it right: 

 

{
"fields": {
"parent": {{issue.key}}.,
"labels": [
"bugfix",
"blitz_test"
]


}
}

 

 

1 answer

0 votes
Claudio Gonzalez
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 Leaders.
November 18, 2021

hi @Amel LAOUINI ,

It's not possible put some value of the epic in a new issue directically, you need add a previous step.

Example

Screen Shot 2021-11-18 at 12.17.20.png

After then

Screen Shot 2021-11-18 at 12.18.06.png

and the last step

Screen Shot 2021-11-18 at 12.18.55.png

Screen Shot 2021-11-18 at 12.19.41.png

Suggest an answer

Log in or Sign up to answer