DATA CENTER AND SERVER | CLOUD
REST API 1.0
- Endpoints
- Python Endpoint Client Examples
- Enable/Disable Project
- Get Requirement version
- Get/Create Baselines
- Get/Create/Update/Remove Folder
- Add/Move/Remove issues
- Get/Add/Remove Child Requirement
- Reuse Requirements
- Create Scheduled Adding of Issues
- Create/Update/Get/Delete suspect configuration
- Create Coverage View
- Get Requirements Path
- Get Project Tree Structure
R4J REST API Changelog
3.5.2
- [Improvement] Added new function to rename a folder using the REST API. See here for more details.
3.5.1
- [Bugfix] Uppercase and lowercase letters are now preserved for the label name when creating a coverage view using the REST API
3.5.0
- [New Feature] You can now define the property "Fields to Display" as parameter in the REST API call "CreateCoverageView"
- [New Feature] New REST API endpoint to query tree structure of folder.
com.easesolutions.jira.plugins.requirements/1.0/tree/<projectkey>/foldertree/<folderid>
Folder ID for root folders is -1.
Example
- [Improvement] Project keys and issue keys are no longer case sensitive in REST API functions
- [Improvement] REST API endpoints updated for suspect configuration. See here for more details.