Hello together,
i would like to automate some processes with the JIRA REST API and now i need to find out some projectkeys.
Is it possible to get all Projectkeys from the projects a user is in over the Username or the Projecktname?
Or is there a Quick solution to list all Projectkeys/ids where the user is Projectlead of?
I've found a method to find the projectkey by projectname :
https://<jira>/rest/api/latest/search?jql=project="<projectname>"
But this request would be to unperformant - too much results...
Okay, so can't you then use /rest/api/2/project from here which seems to be the server equivalent?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think this wouldn't help me by my issue, because i would like to list up all projects of one specific user and not all projects of my jira instance.
Background :
I would like to check if the user is projectlead in one of his projects and write it out.
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.