All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bdd.serenity-jira-plugin.4.2.1.source-code.default-workflow.groovy Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show 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 - 2024 Weber Informatics LLC | Privacy Policy