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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.