Forums

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

How can I get a list of users who can use a issue type to create issue by API in other plugin code?

Li yongsheng
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 17, 2020

I'm now developing a JIRA plguin.
When I know an issue type, I need to get a list of users who can use this issue type set by Issue Type Filters plugin.

Issue Type Filters Plugin :
https://marketplace.atlassian.com/apps/1211968/issue-type-filters-and-security?hosting=server&tab=overview

1 answer

0 votes
Krister Broman [Advania]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2020

As far as their very minor documentation there is no API for that plugin. The JIRA API will not work with custom plugin function. The developer needs to add such functionality but I do not see that as likely in this case.

See Insight plugin:  https://documentation.mindville.com/display/ICV8/Insight+REST-API as an example on a plugin that has extended API functionality. 

I would say that your best bet is to directly contact the plugin or if its a plugin for your internal solution then hardcode the lookups to the JIRA API in the same way as your setup in system.

Suggest an answer

Log in or Sign up to answer