How to find project details attached with particular XYZ group using REST API ?
Hi @Narendra Kumar ,
You may find all the REST API endpoint for projects here:
* https://docs.atlassian.com/software/jira/docs/api/REST/8.6.0/#api/2/project
Hi @Adrian Stephen yes , but I just need the name of projects that are accessible through XYZ group. Suppose I have a group named "XYZ" so want to find out name of projects that are accessible with this group. Thanks!
@Narendra Kumar ,
There is no single REST END point which can give you the projects list to which a particular group was given access to.
However, you can do it programatically using various end points which are available.
Ok Thanks! @Veera . Is there any written groovy script that can be helpful here?
No, @Narendra Kumar
It looks like you're new here. Sign in or register to get started.