bdd.serenity-jira-plugin.4.2.9.source-code.default-workflow.groovy Maven / Gradle / Ivy
The newest version!
when 'Open', {
'success' should: 'Resolve Issue'
}
when 'Reopened', {
'success' should: 'Resolve Issue'
}
when 'Resolved', {
'failure' should: 'Reopen Issue'
}
when 'In Progress', {
'success' should: ['Stop Progress','Resolve Issue']
}
when 'Closed', {
'failure' should: 'Reopen Issue'
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy