Hello,
I figured out it was possible to map a screen to a workflow transition (e.g. Resolve Issue Screen for when transitioning a Jira issue to Done) thru Project settings.
I am looking for a way to get that screen and to what workflow it is mapped to. I tried browsing the API and all I could get is the list of screens and list of workflow transitions, but there is no data that would describe their association.
Any idea how can I achieve this?
Hi @Rey Joshua Macarat have you tried the 'expand' url parameter like so?
http://localhost:8080/rest/api/2/screens?expand=fieldScreenSchemes,fieldScreenWorkflows,deletable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.