I work at a company that uses Agile safe Portfolio as a working method.
In addition to the team projects (board), we also have a project (board) in which all features (Jira Epic) are collected by means of a JQL selection. Now there is one team that is all assigned work from the other teams.
For example, consider carrying out a pen and hack test.
Because these are all standard actions, I have automated them.
When the action is executed, the executor is asked what he/she wants to request and the automation script is executed. The first step is to create the Feature (Jira Epic) on the board of the requesting team.
The problem is that this feature also comes with a on the collection board. The status where this ends up is “Funnel”. But that is not convenient because it then must go through several steps to end up in “implementation”.
I tried to achieve this by:
1. Use the “Transition issue” option.
Then I get the error message “Destination status could not be resolved. If using a smart-value ensure this resolves to a numeric status ID or untranslated name for issues (with current status): SBP1-12 (Implementing - 10894)”
- The code
{
"update": {
" statusCategory": [{
"set": "In Progress"
}]
}
}
To be used in “Additional fields”.
Then I get the error message
“Additional fields contains invalid field(s) in 'update' or 'fields' section: statusCategory”
How can I solve this so that the Feature (Jira Epic) is set to implement?
Adjusting the status field does not work.
Workflow Feature (jira Epic)
.
Workflow Story
