Dear all,
I am trying to build an automation that could help timestamp date of epics, which went into build status. Mind I can do the now but I am finding it hard to get the date in the past when the epic entered into the state.
Any suggestions?
Welcome to the community.
Using historical data from an issue can only be found using the API, see api-rest-api-3-issue-issueidorkey-changelog-get
Or you could create a custom field of type date or date/time and based on the transition in to build status, have an automation rule to set this field, by using the {{now}} smart value.
Whenever you ask for help with an Automation Rule it will help us to help you if you provide:
1. what type of project is this (e.g., company-managed, team-managed, etc.),
2. images that show your complete rule.
3. images showing the details of any relevant actions/conditions/branches.
4. images showing the Audit Log details for the rule execution.
5. Explain where the issue is.
These questions are not for not willing to help, but to have community members understand on how automation works.
Thank you. I was trying to get away with smartvalues {{issue.statusCategoryChangedDate}}. But I guess that is not going to work and I will need a wee script for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Petra Fashanu
Simpler is to create the custom field and an automation to populate this field.
The changelog smart value has a limited scope only
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.