Sub-Tasks are displayed in a table in the parent task. In this table it is possible to change the status of the sub-task. Changing the priority of a sub-task isn't possible, for that I have to open the sub-task to do so.
Is there an option or configuration where I can set the priority field editable in the sub-task table.
Hi @[deleted]
Try Workflow Enhancer for Jira. Is is a good option if you want to compare fields.
Cheers!
Thank you.
did a [user]={assignee} check that must be false in order to move the step forward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted],
You don't need any plugins to do this, just configure it as follows:
https://confluence.atlassian.com/adminjiraserver073/workflow-properties-861253674.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Ollie!
jira.permission.edit.denied=assignee
so i input the command to the above and just ran a workflow and was able to self approve.
adding a snip of workflow for reference -
What I am trying to achieve is that at the step "awaiting approval" that who ever is assessing the step also can't approve it (should have two person verification)
because we are such a small office those of us who would be assessing the work needed to be done are also in the group that allows us to approve work. so we are trying to set it up so that If I am doing the work i can't approve the changes another colleague would.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ended up using the plugin that @Leo Diaz - Deiser gave.
had a simple solution of doing a [user]=assignee variable that I used.
Thank you for your input though!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.