-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
This bug is specific to the scenario when user doesn't have permission to create or edit work item.
Prerequisites:
- "Create Work Item" Project permission is not granted for the user
- Status property doesn't allow user to edit current "Work item"
- User tries to populate the field in Transition screen
Steps to Reproduce
- Create a new user group in admin hub and assign only yourself to that group
- Set up a workflow that has a status that has a transition back to itself. Add a screen to this transition that contains an assets field on the screen.
- On this status add the property `jira.permission.edit.group.1` with the value being the ID of the group you created in step 1.
- Create an issue and move it to this status. You can test out the transition and confirm that the transition modal is shown with the custom field you expect.
- Invite a user to the project who does not have permission to create issues in that project. Note you may have to edit project permissions to enforce this.
- Login as that user you invited, view that issue you created in step 4. Confirm that you cannot edit any fields on the issue (because your user is not part of the group created in step 1).
- Attempt to transition the issue. The transition modal should pop up.
- Attempt to search in the assets field. You won't get any results.
Expected Results
Assets field returns results
Actual Results
Assets field shows no-options
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available