Status |
---|
colour | Yellow |
---|
title | UNDER DEVELOPMENT |
---|
|
Progressions allow your team to intelligently move records between statuses. The Public API currently supports automatic progressions, which skip over details requiring user interaction. The API currently supports the following progression resources:
- tasks
- companies
- jobs
- prospects
- issues
- milestones
- affiliations
- contracts
- contacts
Info |
---|
title | Progression Permissions |
---|
|
For a user to perform an interaction on a progression they MUST have the process permission or be a manager (or assignee for tasks) of the object. The list progression actions endpoint will NOT return progressions on objects that do not meet these requirements. |
Endpoints
For more information, please click on the endpoint's links. Tasks also offer special progression endpoints that can be used in conjunction with these.
Sample
To perform an automatic progression you should:
...
Code Block |
---|
language | xml |
---|
title | POST /issues/200/progressions/133/auto.xml |
---|
|
<data>
<meta message="Everything executed as expected." more_info="https://affinitylive.jira.com/wiki/display/APIS/Status+Codes#ok" status="ok"/>
<response id="3071200" title="Billing Issues Monthly to 3rd Party (Google)">
<status id="2" title="Open"/>
</response>
</data> |