Hello Team,
We have a checkbox field which is on all the screens and is not mandatory. I would like to know if its possible to capture the date/time stamp and user who selected/unselected this. Thanks.
The information will be in the history, but if you need to track it in the issue itself you can use jira automation (https://www.atlassian.com/software/jira/features/automation) and you will have to create 2 new customfields, one called timestamp ( date and time picker) and another text field for the user.
Once you created them use the following automation:
Trigger: field value changed on the checkbox
Action: edit fields
- timestamp field with smart value {{now}}
- user text field with smart value
{{initiator.displayName}}
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I appreciate this contribution
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.