Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

[JWM & JSW] set a value in the Parent field after issue creation

Kate Pawlak _Appsvio_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 18, 2024

I would like to create an automation rule which is triggered by Issue created. When some conditions are met, I would like to set the issue key in the Parent field. The issue key is always the same, for example HRA-36.

Do you know how to do it?

I was trying with Edit issues but no actions were performed. 

Rule_builder_-_Automation_-_Human_Resources_Appsvio_-_Jira.png

1 answer

1 accepted

2 votes
Answer accepted
Kate Pawlak _Appsvio_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 18, 2024

UPDATE:

Thanks to @Luis Machado, the automation rule works. You have to change "set" to "key" and remove curly brackets. So this is the correct syntax:

{
"fields": {
"parent": {
"key": "HRA-36"
}
}
}

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events