Project Component Administration Routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to handle project component administration. |
Routines summary
- admAddProjectComponent — Adds a component in the project.
- admDeleteProjectComponent — Deletes a component from the project.
- admGetProjectComponent — Returns a JComponent(id, name, description, lead, defaultAssignee) for a specified project and component name. The JComponent structure is described here https://appfire.atlassian.net/wiki/display/SIL/Predefined+structure+types#Predefinedstructuretypes-JComponent.
- admGetProjectComponents — Returns the project components (all).
- admUpdateProjectComponent — Updates a project component.