Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a special condition to a transition.

Mathias Koprek October 19, 2018

Hi,

is it somehow possible to add the following condition to a transition:

If there is no assignee added to an issue, it shouln´t be possible to move the issue from the status "In" to the next one.

Kind Regards

Mathias

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 19, 2018

Hello,

You need an add-on for it.

For example, you could use the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation

You could create the following condition:

if (isNull(assignee)) {
  return false;

return true;

You can read more about conditions here:

https://confluence.cprime.io/display/JJUPIN/Customizing+workflows

Mathias Koprek October 19, 2018

Thank you this works :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events