DATA CENTER AND SERVER | CLOUD
REST API: Issues
GET | com.easesolutions.jira.plugins.requirements/1.0/issue/req-path/jql | Get all requirement paths for all issues returned by a specific JQL query. Known issue: Does not work for JQL using path delimiters. |
POST | com.easesolutions.jira.plugins.requirements/1.0/issue/req-path | 4.2.0 Get all requirement paths for all issues returned by a specific JQL query. |
Get all requirement paths for all issues returned by the given JQL query.
Since an issue can be part of multiple project trees there may exist more than one requirement path for an issue.
This function lists all requirements paths for an issue for all project trees that contain this issue.
The set of issues to return the requirement paths for is determined by the given JQL query.
Get all requirement paths for all issues returned by the given JQL query. Supports JQL with path delimiters
Since an issue can be part of multiple project trees there may exist more than one requirement path for an issue.
This function lists all requirements paths for an issue for all project trees that contain this issue.
The set of issues to return the requirement paths for is determined by the given JQL query.