Is it possible to avoid editing a subtask, depending on the project role

marina-s November 13, 2019

hello

i want to avoid editing  subtask everyone except Devmanager (project role)

adding properties not worked

property key=jira.permission.subtasks.edit.denied.projectrole

property value=10100

i'd be happy to get recommedations

thanks

 

3 answers

0 votes
Madineni March 12, 2021

Hi All,

I just tried the following property in Parent task when it is in a status xyz to restrict transition of subtask.

jira.permission.subtasks.edit.denied

But its not working. Any suggestions on this.

SWAPNIL SRIVASTAV March 12, 2021

Hello @Madineni ,

Could you please elaborate your purpose/requirement.

0 votes
SWAPNIL SRIVASTAV November 14, 2019

Hi @marina-s ,

You can add property as:

Property Key: jira.permission.edit.projectrole

Property Value: <id of project role whom you want to give permission>

on every single status of the workflow and then publish it. If the workflow is shared among other issue types as well, the restrictions will reflect there as well. If you don't want that, copy the current workflow and add property there.

Best Regards,

Swapnil Srivastav

0 votes
Nir Haimov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 14, 2019

You can do that by putting "sub-task" under separate workflow.

Than add the entire workflow status with property:

jira.permission.edit.role=your_role

Suggest an answer

Log in or Sign up to answer