We want to add Due Date/Labels based on the JIRA issue date fields?
Hi there,
The Global Pull Request Organizr is a recent submission we are still working on publishing its REST Api documentation.
For now please use the following
Labels
POST http://host:7990[/bitbucket]/rest/organizr/latest/labels/projKey/repoSlug/pullrequestId Payload JSON { labels: ['label_a', 'label_b'] }
For DELETE and GET use the same URL
Due Dates
POST http://host:7990[/bitbucket]/rest/organizr/latest/meta/duedate/projKey/repoSlug/pullrequestId Payload JSON { duedate: due_date_in_seconds_unix_timestamp] }
For DELETE and GET use the same URL
hi! one problem with rest api call to organizr is that when you trying to Delete a label it deletes all the labels on the PR. If you post a new label and there is existing label on the PR, new label will replace existing label on the PR, so you will loose all your old labels.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.