-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Space Administration - Workflows and statuses
-
Severity 2 - Major
-
1
Issue Summary
Creating or Validating a Workflow using an app (Forge or Connect) fails.
Steps to Reproduce
- Use an app (Forge or Connect) with the scopes to manage workflows
- Use the APIs Bulk create workflows (could also be Validate create workflows)
Expected Results
The workflows are created
Actual Results
The API call gets an HTTP 403 with the message
{
"errorMessages": [
"Could not obtain Forge extensions data for cloudId: xxxxxx"
],
"errors": {}
}
Workaround
Use retry with a fallback as this appears to be intermittent for some users. Or continue to use https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows/#api-rest-api-3-workflow-post for now.