Hi,
I am accessing story data via the API with rest/align/api/2/stories/{id} and getting the data I'd expect in the response. However, with about 10% of the stories I get back an "automation" field that is set to 0. In most cases it is empty.
What is this automation field? I can't find any documentation and / or reference to anything similar via the web interface.
The reason I ask is that if I try a PATCH to edit a field I sometimes get a "Value for automation is invalid." error if automation is set to 0. If I also set automation to be empty then my PATCH works, but I'm concerned that this could have other sider effects.
Thanks,
Nige.
Array
(
[id] => 15759
[title] => <snip>
[description] => <snip>
[state] => 1
[type] => 339
[mmf] =>
[automation] => 0
[programId] => 4
[ownerId] =>
...
Hello @Nigel Jewell !
A story created from a story template inherits such template’s fields as Description, MMF, Automation status, parent Feature, Assigned, Program Increment, Team, LOE and LOV, Tags, Design/Assumptions/Notes, Persona, Tasks, Acceptance Criteria, and any comments left in the Chat section.
Create story templates from the stories page:
If you’re using the new navigation:
OR
If you’re using the old navigation:
To create a story template:
To create a story from a template:
I hope it helps!
Should you need any help with the above instructions, please kindly raise a JA support ticket using this link and we'll be more than happy to assist you!
The Automation field in the Story work item slide-out is disabled by default. So, should you want to work with it, you must first enable it via Details Panels Settings, where you can define whether it's required or not.
Aside from that, from the API standpoint, find below the valid values and their representation in the UI:
0 - Not Set
1 - Not Reviewed
2 - Not Automated
3 - Partially Automated
4 - Fully Automated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.