Open mehakaggarwal opened 6 years ago
This isn't supported currently, but have a look at https://github.com/serenity-bdd/serenity-jira/blob/master/serenity-jira-plugin/src/main/java/net/serenitybdd/plugins/jira/service/JIRAConnection.java if you would like to propose a pull request.
I am trying to associate Serenity story to Jira issue , which i am able to integrate. For this in serenity.properies the properties are defined: jira.url=https://abcsite/jira jira.project=FH jira.username=USER jira.password=Password
The password that is set here is not encrypted. Is there a way to send encrypted password to the server.How can this be achieved.
Thanks, Mehak