Forums

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

Jira Automation- Create Issue on Sprint creation

Nicole Helgeson
Contributor
June 4, 2020

I am trying to run the following automation task:

On Sprint Creation do the following:

  • Create an issue
    • Assign Epic link
    • Update Original time estimate to 2d
    • Update time estimate to 2d
    • Assign Component
    • Assign to the sprint I just created

I have managed to get an issue created, however only in the current sprint or next sprint.  I sthere a way to create it in the latest created sprint?  

I cannot seem to get the json correct for the timetracking update?  

{
"fields": {
"environment": "Thanks for raising {{issue.key}}.",
"timetracking": [
"originalEstimate": "2d",
"remainingEstimate": "2d"
],
"labels": [
"bugfix",
"blitz_test"
],
"Custom Field Name": {
"value": "red"
}

}
}

0 answers

Suggest an answer

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

Atlassian Community Events