I am using Get all issue types for user REST API to fetch issue types present in the system.
I need to know which project these issue types belong to. I only get ‘scope.project.id’ in my response, but not ‘scope.project.key’ & ‘scope.project.name’ ( as seen in sample response).
Do I need to send any expand parameters to get the key and name of the project?
Thanks in advance.