Radek Antoniuk

Results 70 issues of Radek Antoniuk

We like to scoop up a bunch of JIRAs and wrap them up into a release. They are added to the release based on their presence in the branch being...

The main role of the plugin is to update the issues but this is not a build plugin, but a build-reference plugin. So as far as my understanding of workflow...

could JiraIssueUpdateBuilder step support issueSelector parameter like JiraIssueUpdater dose? step([$class: 'hudson.plugins.jira.JiraIssueUpdateBuilder', issueSelector: [$class: 'hudson.plugins.jira.selector.DefaultIssueSelector'], workflowActionName: 'Resolve Issue', comment: 'comment']) --- Originally reported by j3r0lin, imported from: progress workflow by issueSelector...

I want to add a JIRA label to a JIRA ticket based on the scm changes as described in https://github.com/jenkinsci/jira-plugin/blob/master/COMPATIBILITY.md step([$class: 'hudson.plugins.jira.JiraIssueUpdater',                                 issueSelector: [$class: 'hudson.plugins.jira.selector.DefaultIssueSelector'],                                 scm: scm,                                 labels: [ "dev","test"...

Many people have requested that this plugin doesn't spam the jira comments section (e.g. JENKINS-12605). JIRA plugins such as marvalution may work for in-house jira instances, but not hosted or...

I would be great to have a Pre-/Postbuildstep for Jira Comments. GUI Similar to "Progress JIRA issues by workflow action" but without workflow transition. Commentvalue should work with params/vars. ---...

A big merge or a change involving lots of files easily produces a huge comment, especially when "Record Scm changes" is turned on.  Jira typically has a limit on the...

When selecting a Jira ID it is passed to the pipeline parameters but somehow when we look at the Job's `/parameters` url that field is empty. We need this value...

When creating a new job and adding a post-build action "Jira: Create issue" the issue priority and id drop down is not populated. I have checked the global configuration and...

Downstream builds set to "Update relevant Jira Issues" don't update the JIRA ticket with the build number. Using fingerprinting, this works in Jenkins 1.631 and Jira-plugin 2.0.2, but not on...