Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
an array of field names (Note: name is case sensitive)
folderId
long
the tree folder id (Optional)
RESPONSES
STATUS 200 - Returned if a coverage view is created
Example Response JSON
View name has been successfully created
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
{
"projectId": 10000,
"isPublic": true,
"name": "Coverage View",
"addedFieldsJsonArray": ["issuetype","issuekey","status","priority","summary"],
"columnFilterJsonObject": {<this object is defined elsewhere>}
}
Definition:
projectId - the project the view to be created
isPublic - the visibility of the view
name - the name of the view
addedFieldsJsonArray - an array of field names
columnFilterJsonObject - an object containing column data relevant to the coverage view
RESPONSES
STATUS 200 - Returned if a coverage view is created
Example Response JSON
{
"id": 1,
"name": "Coverage View"
}
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
{
"projectId": 10000,
"filterId": "4",
"isPublic": true,
"columnFilterJsonObject": "{<this object is defined elsewhere>}",
"addedFieldsJsonArray": ["issuetype","issuekey","status","priority","summary"]
}
Definition:
projectId - the project the view to be created
filterId - id of filter to update
isPublic - the visibility of the view
addedFieldsJsonArray - an array of field names
columnFilterJsonObject - an object containing column data relevant to the coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 200 - Returned if coverage is successfully deleted
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 200 - Returned if excel file creation is successful
Example Response JSON
EXCEL FILE
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view
STATUS 201 - Returned if xml file creation is successful
Example Response JSON
XML FILE
STATUS 400 - Returned if the project is invalid, name is invalid or already exist, columns is invalid or contains invalid values, or an error occurs while creating the coverage view
STATUS 401- Returned if invalid user credentials, or the user has no permission to use Requirements for JIRA plugin
STATUS 403- Returned if the license is invalid or has expired, incompatible JIRA version, the project is not configured for Requirements for JIRA, or no permission to create coverage view