Hi Everyone,
I have a project where multiple users are working in one ticket, Now I have a requirement to assign the ticket to one of those who has updated the Description field.
when the ticket workflow status changes to "Rejected," Assign the ticket to the user who updated the "Description" this user might not be the reporter or the current assignee.
everyone's input is appreciated.
What problem are you trying to solve? That is, "why do this"? Knowing that may help the community to offer alternative solution approaches.
Until we know that...
Do you want the last person who updated the Description field, or something else?
If it is the last person, that could be one of two people:
Both of these cases could be managed using automation rules and a custom field:
When you need to re-assign the issue, use that custom field as the source for the Assignee.
Kind regards,
Bill
Hi Bill,
Thanks for the reply actually we don't want to add a user field to keep the "description field update initiator info.
I would like to know if its possible to get that information from the history of the ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could manually look at the history for each issue, or you could use the REST API endpoint to check the issue history.
Using the endpoint will require searching the results to find changes to the Description field and may require multiple calls with paging results if the issue has changed many times.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While you could look at each and every ticket in the History tab and try to depict the value change on a field, this could prove time consumming and error prone. Especially that a field value could have been changed multiple times, on the same ticket.
If you are open to apps you can use Issue History Dashboard for Jira, an app released by our company.
As per the attached example, you can filter by Updated Field where you can add one or multiple fields that you are interested to see the change for. You can also restrict by Date of Change from and to so that you obtain targeted results.
If you want to look for changes made by a specific user, or users, you can do this by populating the Updated By field in the filter.
You can export your search result to csv for audit or further analysis.
Regards,
Petru
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.