The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events