This endpoint provides all of the available priorities and corresponding values for filtering the issue lists.

Priorities can be used to filter the issue listing page to limit the results to any combination of priorities. It is incredibly unlikely that these will change, and these values could be safely cached locally.

/api/priorities

GET https://example.sifterapp.com/api/priorities
1 {
2   "priorities": {
3     "Critical":1,
4     "High":2,
5     "Normal":3,
6     "Low":4,
7     "Trivial":5
8   }
9 }