-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Cloudbees Jenkins: com.cloudbees.dev-at-cloud.main:jenkins-war:1.609.1.2
JIRA Plugin: org.jenkins-ci.plugins:jira:1.41
JIRA Hosted in their cloud: JIRA v7.0.0-OD-02-247
When I configure a job to create a new JIRA version it fails. This has been working for some time, the job configuration did not change and the builds started breaking. I am guessing the is a breaking change in JIRA that needs to be integrated into the plugin.
Steps to reproduce
1) Get a cloud hosted JIRA from atlassian.net
2) Get a cloud hosted cloudbess
3) Integrate the two
4) Create a new job
5) Add post build action: Create JIRA Version
6) Put in JIRA Project Key: In my case the project is "IC"
7) Put in new JIRA Version: In my case the new JIRA version is "sandbox-${BUILD_NUMBER}"
8) Save
9) Build
Results: 404 exception
Expected: sandbox-89 JIRA version to be created in JIRA
Build output attached. Jenkins Jobs configuration attached.
- duplicates
-
JENKINS-18166 Add support for JIRA REST API - JIRA SOAP API will be removed in JIRA 7
- Closed