Actions
Feature #23458
closedREST API - milestone access
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
Hi,
i wanna use the Rest_api for our automated deployment. For that reason, I need several functions:
- query all issues that are open and in a milestone
- change a milestone name
- create a new milestone
the process is as follows:
- we have a milestone "to takeover 2016/KW30"
- after our automated git script (that mearges our staging branch to the production branch), we want to:
- change the name of the milestone to "in production since 2016/KW30"
- update all issues with the comment, that all is in production and should be verified there
- after that, we need a new milestone "to takeover 2016/KW31" for the next week
Actions