I have a Date Picker Field called Actual Release Date.
I would like the Actual Release Date field to be set by Jira Automation when the issueType is moved to Done.
I could pull the date from when the issue is moved to done, but I'd like to pull that information from the Development field that is created through the integration with GitHub that shows when it was actually deployed to the Prod environment.
Thoughts?
Hi @Matthew Risch ,
guess this could be solved with Automation for Jira.
Try to use devops trigger „deployment successfull“ then generate current date with smart value {{now}}
If the smart value needs to be converted to special dateformat the following link might be helpful:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
Hope this helps.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.