Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can i grant "Any logged in user" application role on Modify Reporter?

Koon10 November 13, 2018

Hi Team,

I have work on JIRA Plugin, In this plugin i have want to add an application role permission on "MODIFY_REPORTER" like "Any logged in user" Type.

How i set this permission using JIRA Plugin SDK. because no permission value give for "Any logged in user" tyep.

{
"securityType": "applicationRole",
"displayName": "Application access",
"values": [
{
"value": "jira-servicedesk",
"displayValue": "JIRA Service Desk"
},
{
"value": "jira-software",
"displayValue": "JIRA Software"
},
{
"value": "jira-core",
"displayValue": "JIRA Core"
}
]
}

0 answers

Suggest an answer

Log in or Sign up to answer