Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Method to list possible Resolution status for an issue

api

Hi I did'nt find this method on the API under ProjectsService.

I thought it could be with the Workflows but no. Any idea ?

Jean-Philippe Gire
· 1
Jean-Philippe Gire
Replies (3)
helpful
0
not helpful

Sorry, are you looking for a list of statuses that the issue can move to? or just all statuses in the workflow?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

No a issue can have a Status (opened/closed/reopened etc) and a resolution (assigned/completed/not assigned etc).

I'm able to list all the statuses an issue can have. I'm unable to list all the resolution an issue can have.

I need to be able to list them :)


Jean-Philippe Gire
· 1
Jean-Philippe Gire
helpful
0
not helpful
ANSWER

Use the AdminService.GetIssueResolution to do that.


Mark Wing
· 9108
Mark Wing