Actions
Feature #9835
closedREST API - List priorities
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
When a project has no default priorities, the GUI interface does not tell the user they need to set one (like trackers do).
This means that when using the api, there is no way to create an issue when there is no default priorities as its not possible to get a list.
It would be great if:
- A priority api list could be added to get priorities for a project
- The interface forced users to set a default like trackers do
Related issues
Updated by Charles Shapiro almost 13 years ago
this API would also be beneficial for me...thanks
Updated by Alex Last almost 13 years ago
we also need "get priorities" in REST API. requested by multiple people.
Updated by Maxim Zyukin over 12 years ago
That would be great!
Could you implement this feature, plz.
Updated by Jean-Philippe Lang about 12 years ago
- Subject changed from REST API - List priorities for when there is no default to REST API - List priorities
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.2.0
- Resolution set to Fixed
Added in r10664. You can get priorities at /enumerations/issue_priorities.(xml|json)
Actions