Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peter-mcconnell/jira-jql-membersinrole
custom JQL function which returns a list of users given a project name and role
https://github.com/peter-mcconnell/jira-jql-membersinrole
jira
Last synced: about 16 hours ago
JSON representation
custom JQL function which returns a list of users given a project name and role
- Host: GitHub
- URL: https://github.com/peter-mcconnell/jira-jql-membersinrole
- Owner: peter-mcconnell
- License: apache-2.0
- Created: 2014-12-23T20:43:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T20:50:36.000Z (over 2 years ago)
- Last Synced: 2024-04-15T22:38:59.005Z (7 months ago)
- Topics: jira
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JIRA Plugin | Members in Role
=============================This plugin was designed to allow you to use a projects role as a search parameter.
This has been built to work on JIRA 6.1.7
Syntax
------membersInRole(``, ``)
- PROJECT_KEY (String). The KEY for the project that the role exists in
- PROJECT_ROLE (String). The ROLE that the user exists inExample JQL Usage
------`project = "BETA" AND assignee IN membersInRole("BETA", "Developers")`
JIRA Plugin creation output
---------------------------You have successfully created an Atlassian Plugin!
Here are the SDK commands you'll use immediately:
* atlas-run -- installs this plugin into the product and starts it on localhost
* atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005
* atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window:
- 'pi' reinstalls the plugin into the running product instance
* atlas-help -- prints description for all commands in the SDKFull documentation is always available at:
https://developer.atlassian.com/display/DOCS/Introduction+to+the+Atlassian+Plugin+SDK