Hi all,
when using the default jira rest api I have the possibility to query rights for projects or issues (rest/api/latest/mypermissions). Is there something similar for greenhopper boards? I found the rest url
https://jira.atlassian.com/rest/greenhopper/1.0/xboard/config
the result gives me also something like
"userConfig" : { "avatarUrl" : "https://{HOST}/secure/useravatar?size=xsmall&ownerId=ppowalla&avatarId=10701",
"canCreateBoard" : true,
"canCreateIssue" : true,
"canCreateProject" : false,
"displayName" : "John Doe",
"hasFiltersAccessible" : true,
"hasProjectsAccessible" : true,
"name" : "jdoe"
}
does this tell me if the current user has rights to create/start/complete sprints or do I have to to use another rest url to get this information?
Thanks!
For me it seems, that you need administrate rights for all projects that are included in the sprints issues. It's kind of a black box what rights are necessary, that's why I was looking for an API that tells me what actions can be performed.
That is it. You can see more in JIRA Agile Permission. Not aware of any REST API on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is at least a good hint how the right-structure works for Jira Agile, thanks for that. Still it is difficult to evaluate all these rights with the rest api when there is no public api for something like "can the current user create sprints on this board". Maybe the Jira Agile team can think about that when releasing the next version :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFAIK board permissions are determined by the permissions of the filter driving the board... but I could be wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.