I'm using jira API with USER-XXX and when I use /transition to "Closed" I want to record/add another USER-YYY somewhere in the ticket jira (in the comment field No , this is the last solution for me)
Is it possible to add/change the participant name (historyMedata?) or other way to check all closed tickets USER-YYY?
I tried using historyMedata but apparently I can't change the actor's name in the request.
P粉1869047312023-09-16 07:47:07
If ScriptRunner is installed on your instance, you can create a script that updates the required fields with the required data. And set this script to the post function that converts to "closed".