We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am able to do one way integration but when I am trying to comment the JIRA (Two way) I am getting below error .
Failed to load requirement : Method net/serenitybdd/plugins/jira/requirements/JIRARequirements/model/TestOutCome;)Ljava/util/Optional; is abstract
PFB my serenity.properties file content.
jira.url=https://*** jira.project=*** jira.username=*** jira.password=*** serenity.jira.workflow.active=true serenity.jira.always.create.new.comment=true serenity.jira.workflow=workflow.groovy serenity.public.url=https://*** serenity.test.root.=net.thucydides.showcase.cucumber.junit
PFB dependency which I am using in the POM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am able to do one way integration but when I am trying to comment the JIRA (Two way) I am getting below error .
Failed to load requirement : Method net/serenitybdd/plugins/jira/requirements/JIRARequirements/model/TestOutCome;)Ljava/util/Optional; is abstract
PFB my serenity.properties file content.
jira.url=https://***
jira.project=***
jira.username=***
jira.password=***
serenity.jira.workflow.active=true
serenity.jira.always.create.new.comment=true
serenity.jira.workflow=workflow.groovy
serenity.public.url=https://***
serenity.test.root.=net.thucydides.showcase.cucumber.junit
PFB dependency which I am using in the POM
net.serenity-bdd serenity-jira-requirements-provider 1.1.3-rc.5 net.serenity-bdd serenity-jira-plugin 1.11.0The text was updated successfully, but these errors were encountered: