Execute external script from JIRA with username and password

Aimar Kjærgård June 1, 2014

Does anybody have a solution for executing a Groovy script from JIRA passing username and password? We are deploying from JIRA and our deploy tool need the user and password.

We can open a screen asking for password during transition in a workflow but then the password will be logged in the JIRA issue. We are also unable to mask the password field in the screen without writing our own renderer plugin.

Any suggestions?

1 answer

0 votes
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 13, 2014

You can create an application link to establish OAuth and then it's not necessary to use the usr / pwd.

Check https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+OAuth+authenticationfor examples.

Suggest an answer

Log in or Sign up to answer