-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Medium
-
Component/s: Administration - Workflows and Statuses
-
None
-
Severity 3 - Minor
Issue Summary
This is reproducible on Data Center: (no)
Steps to Reproduce
- Execute Bulk Create workflow from v3 API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows/#api-rest-api-3-workflows-create-post
- See that there is a condition type: RemoteOnlyCondition
Expected Results
To see the same or equivalent of RemoteOnlyCondition as a condition type from v2 {{Create workflow }}API:
Actual Results
it’s not possible to implement custom conditions like RemoteOnlyCondition.
Workaround
They would typically need to manually configure these conditions within Jira’s workflow configuration using the Jira web interface. This would involve editing the workflow transition and applying the desired conditions, such as Allow Only Assignee using the built-in workflow editor.