Hi,
I'm trying to create an automation to set the target start/end date based on the fixversion of a ticket to populate automatically the plan for our project.
I'm able to get the Target End date by fixing it to the fixversion.releaseDate
But I'm not able to get the start date of the release: fixversion.startDate gives me an error and when I look at the fixVersion in the JSON representation of my ticket I only see those fields:
- self:
- id
- description
- name
- archived
- released
- releaseDate
Does this means that I can not get the startDate of the fixversion eventhough it is set?
Thank you in advance for your help.