Hi all
There are some things I'd like to do as part of my JIRA flow but I can't figure out how to accomplish this (I am a Business Analyst and only a JIRA project admin so can't play with the settings myself). My admin has put it in the too hard basket so I'm trying to, with your help, put together concise instructions to find a solution.
Firstly, I have created a document approval workflow which looks like this:
This is a small team so anybody can edit and anybody can test, but a person cannot do both. How can I build a conditional workflow so that if Current User = Developer then they cannot mark as Done, please?
Looking through the JIRA options I see a 'Value Field' condition but this is not constant so unsure if my use case can be dealt with?
I also see there is a 'Separation of Duties condition' however given the flow can go back and forth, would this rule work?
I'm open to any ideas please, perhaps look at approvers rather than such a custom setup?
Secondly, although document edits follow the above process, there is a shorter and more simple process for document archiving. This is what I imagine it would look like to a user.
I am unsure of the best method to have a conditional workflow off to the side of my current flow.
Thanks in advance for reading my problem and extra thanks if you can attempt to help me.
Have a great day, Brendan
Hi @[deleted],
without any add-on this would be hard to reach unless you write your own tool to do so. If you're familiar with a bit of coding you could register an issue_created or issue_updated webhook and call a little helper tool reachable via a url to get the Raised Date and then perform an update on the Target Resolution Date with the date increased by two days.
If you're still thinking about going with apps, you could try these:
Cheers,
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.