When I execute the operation of a issue transition, a screen will pop up, but when I use this api, for example, if the parameter "transition": "11", the issue will transition directly without popping up the screen. Now, what I want to achieve is that this screen pops up when I call the api. How can I do this.
You do not.
A REST call has nothing to do with the UI, there's nowhere for it to trigger a screen.
Your code will need to implement a UI to pop something to ask the user for the data that Jira would ask for in the target transition screen, and feed the data to the REST call that is attempting the transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @hcy
Transitioning an issue via the REST API makes it 'silent', so the GUI window will not appear, and there is nothing you can do via the REST API request to make it appear.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.