Hi, i need to obtain the Jira issue ticket in every push event. I have "Parameterized Builds for Jenkins" plugin and I want to build a Jenkins job with parameters
$BRANCH
$ISSUES
so Branch i get from Bitbucket variables but the jira issue how can I get? there is a variable?
Thanks