jira-steps-plugin | Jenkins pipeline steps for integration with JIRA | Plugin library
kandi X-RAY | jira-steps-plugin Summary
kandi X-RAY | jira-steps-plugin Summary
Jenkins Pipeline Steps for integraton with JIRA. Documentation for this plugin is at Jira Steps.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Links the specified issues
- Converts a response to a ResponseData object
- Build error response object
- Get the root cause of the given exception
- Verify common input
- Prepares current build user name
- Returns the JiraService
- Log response
- Writes a message to the given PrintStream
- Get all transitions for an issue
- Get Issue remote link
- Get all the remote issues
- Intercept the Jira site
- Retrieves all available issues
- Get project details
- Gets all headers
- Gets the issue link types
- Get projects
- Fill the list items to a list box
- Gets the message payload
- Returns the build number of current job
- Returns the site with the specified name
- Sign the request
- Assign an issue
- Search issues
- Upload attachment
jira-steps-plugin Key Features
jira-steps-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on jira-steps-plugin
QUESTION
I have a pipeline (groovy file not declarative). The pipeline calls a function from shared library which uses jira-steps-pulgin as follows:
...ANSWER
Answered 2018-Aug-30 at 10:50The respective method can be added directly to the scriptApproval.xml as follows
QUESTION
I try to integrate jenkins and Jira throught pipeline script. I try to create connection between two jira issues
1)my script (tasks INL-6613 and INL-6614 have already created) :
jiraLinkIssues type: 'предыдущая', inwardKey: 'INL-6613', outwardKey: 'INL-6614', site: 'TEST_JIRA'
just like into this documentation (https://jenkinsci.github.io/jira-steps-plugin/steps/issuelink/jira_link_issues/)
2)Also I configured site: 'TEST_JIRA' and it working 100% 3)I can't create link such as into documentation because I haven't use ordinary types :
4)But I have this problem :
{"errorMessages":["Не найдено ни одного типа связи запроса с именем 'предыдущая'."],"errors":{}}
({"errorMessages":["Not found any type of link query named 'предыдущая'."], "errors":{}})
Help me please fix it
...ANSWER
Answered 2018-May-14 at 15:51I decided this problem with using " jiraGetIssueLinkTypes " -pipeline command, so I have seen that 'предыдущая' was just rename of 'link' type.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jira-steps-plugin
You can use jira-steps-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jira-steps-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page