You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Use case

This is one of the built-in usage examples and simply checks whether the current issue is a particular status.


Use case details
ConditionJira expression condition
Validator
Post function
Complexity

BEGINNER



Configuration steps


Definition of basic (required) parameters

ParameterValue(s) / Steps to set value(s)Notes

Jira expression

issue.status.name == 'To Do'

This expression checks whether the current issue status is TO DO

Variations

You can easily modify this use case to include / exclude additional statuses.

ParameterValue(s) / Steps to set value(s)Notes

Jira expression

issue.status.name == 'To Do' || issue.status.name == 'In Progress'

The current issue status has to be either  TO DO or IN PROGRESS


Jira expression
issue.status.name != 'Done'

The current issue status must NOT be  DONE



This is how it's done


Screencast

<Screencast goes in here> Detailed instruction can be found here: https://www.decadis.net/confluence/display/XAPPSBRANDING/Screencasts+Framework

Use multimedia macro!



This is how it should look like



WhereFinal configuration
Backend

Frontend

Related examples