Project Functions
This section contains functions that enable users to handle projects.
Functions Summary
- allProjects β Returns a string array with the keys of all the projects in Jira.
- getComponent β Returns a JComponent for either a component id or a specified project and component name.
- getComponents β Returns the project components.
- getComponentsObjects β Returns all the project components as an array of JComponent structures.
- getProjectComponentLead β Returns the leader of the specified component from the specified project.
- getProjectKeyByName β Retrieves the key for the project with the given name.
- getProjectRoleIdByName β Retrieves the id for the project role with the given name.
- getTeamLeaders β Returns the team leaders user keys on the specified project. All the component leads.
- getVersion β Returns the project version.
- getVersions β Returns the project versions (all).
- getVersionsObjects β Returns all the project versions as an array of JVersion structures.
- issueTypesForProject β Retrieves the issue types for the project with the given key.
- projectMembers β Returns a list with all the user keys of the users who have a role in the specified project.
- projectPM β Returns the user key of the project manager (project lead) of the selected project, if exists.
- projectsForPM β Returns all the projects the selected user has the role of project manager (project lead) in.
- issueTypeIdsForProject β Retrieves the issue types for the project with the given key.
- issueTypeIdForProject β Retrieves the issue type id for the project with the given key and issue type
- getProjectKeyById β Retrieves the key for the project with the given id.
- getProjectIdByKey β Retrieves the id for the project with the given key.
Canβt find what you are looking for? There are many more user functions in the User Administration section.
Β
Need support? Create a request with our support team.
Copyright Β© 2005 - 2025 Appfire | All rights reserved.