Is it possible to update the release date of the Fix Version with Automation for Jira?

Tibi Duka-Kispal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 11, 2019

I am trying to maintain the release date of the fix version of an issue based on a custom date field in the underlying issues. The logic would be that if the custom date is changed to a date later that the release date of the fix version, the release date would be updated with the new date.

I cannot figure out from anywhere in the documentation if the release date of the fix version is an editable field. All examples refer to fields of issues, while the release date is  field of the version, not the issue.

I tried "Additional fields" section of the Edit issue action and set it up as below, but I am getting a "Not valid JSON" error.

{
   "fields": {
      "fixVersions" : [ {
         "name" : {{issue.fixVersions.first.name.asJsonString}} ,
         "releaseDate" : {{issue.customfield_14201}}
      } }
   }
}

Any thoughts?

1 answer

1 accepted

1 vote
Answer accepted
John McKiernan
Atlassian Partner
September 11, 2019

Hey Tibi,

Unfortunately, this isn't possible right now. 

We don't have the ability to edit a version yet. We will need to create an action for this. We are tracking the improvement here: https://codebarrel.atlassian.net/browse/AUT-1633 

Once we do ship this, we will pop a notification here to let you know. 

Cheers,

John 

{Automation for Jira}

Dionisio Valdes H February 25, 2022

I also need that functionality
I lose the original release date, when I do a release of the version that overwrites said date
then i cancel the release but i lost the original release date

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events