Background:
The roles in my current project can be summarized into two types: SPM and SE. Our workflow is roughly as follows:
Actions Taken:
To restrict SPMs from editing tasks after assigning them to SEs (i.e., SPMs can only edit tasks they newly create until reassigning them), I implemented the following:
This ensures that whether an SPM creates a task from scratch or clones an existing task (where the assignee field would otherwise retain the cloned task’s value, typically an SE), the assignee of the new task is the SPM themselves. The SPM can then edit the task before assigning it to the SE. Once assigned, the SPM can no longer edit the task because they are no longer the assignee.
Problem:
However, when an SPM tries to fill in the Epic Link for a newly created task, the system requires edit permissions for both the task and the Epic. This means:
Question:
Is there a way to resolve this issue? Are there alternative suggestions to achieve the desired outcome?
Hi @黄森 , welcome to the community!
Are you using Jira Cloud or Data Center?
In both deployment options, it should be possible to set up an automation / workflow action as a work around. However this means, that the automation user will set the epic link and not the SPM user. So you will not be able to see, who actually edited the ticket.
If it is only for setting the Epic Link I would advice to try to solve this on an organizational level, meaning either the SPM tells the SE to set it via comment or you all decide on a less strict permission scheme where both roles can edit all issues.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.