Hi everyone!
Tell me please how get value last change status in issue (date and time)
with using "Smart value" ?
Thank you any help!
Best regards Alex.
Hi @Alex
What problem are you trying to solve? That is, why do this? Knowing that may help the community to offer better suggestions. Thanks!
Until we know that...
The information about status transitions is stored in the changelog, and that is not easily accessible by automation rules. As @Hana Kučerová suggests, the rule could capture the date / time of a change in a custom field when the status changes.
Another approach, if your workflow is quite simple (e.g., To Do > In Progress > Done) you could try using the statusCategoryChangedDate as that would reflect the last time the status category changed.
Kind regards,
Bill
Hi @Alex ,
maybe you can try to get it using {{changelog.status}}, see here for more info:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hana Kučerová Hi! Output :
ChangeItemBean
{field='status', fieldType='jira', from='11301', fromString='Backlog', to='1', toString='Open'}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, it looks like the date is not available, only other params.
I’ve searched more on this topic and it is complicated.
The easiest solution probably would be to create a new custom field and store the datetime there each time the issue is transitioned using automation (and then get the value from there).
Here are some other tips about this topic: https://community.atlassian.com/t5/Jira-Software-questions/Smart-value-for-the-date-the-issue-transitioned-to-quot-In/qaq-p/1635871
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.