I am trying to run the following automation task:
On Sprint Creation do the following:
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"
}
}
}