serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 73 forks source link

Serenity-bdd/Jira Integration #177

Open mehakaggarwal opened 6 years ago

mehakaggarwal commented 6 years ago

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

wakaleo commented 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.