I am building out a SAFe deployment with Portfolio based on the following hierarchy:
Portfolio Epic
Capability
Feature
I want to do a bulk upload into the various levels, but I want to automate the process to update the links without having to update 50+ features manually. After updating manually, I noted the updated custom fields 19870 and 19753 as being updated to match the parent. When I try to update the fields via API, one comes back with "not on the appropriate screen" and the other results in "internal server error".
issue.update(fields={'customfield_19870': 'GISCAP-11'})
issue.update(fields={'customfield_19753': 'GISCAP-11'})
I know at least one of the custom fields is locked. Is there an easy API based way around this restriction? What changes need to be made in order for API based updates to be successful? The manual options is not an option based on the volume, plus the potential for human error goes up pretty quickly as the user gets bored.
Thanks. Posted a comment to JPOSERVER-438 looking a potential workaround.
cPrime is working on a upstream solution to the problem which will allow API access to update the Parent Link. Hopefully, something within the FY18Q4 timeframe.
Hello, do we have news from Atlassian about an official and complete API ?