jira-client | WPF application serving as an extension to JIRA | Software As A Service library
kandi X-RAY | jira-client Summary
kandi X-RAY | jira-client Summary
WPF application serving as an extension to JIRA (with JIRA Agile) offering more advanced features than standard JIRA Web UI
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jira-client
jira-client Key Features
jira-client Examples and Code Snippets
Community Discussions
Trending Discussions on jira-client
QUESTION
I'd like to collect information from privately installed Jira server but I've got a problem doing it.
Of course, I can connect the the site using my Chrome browser and it also find calling REST API from the browser address bar - https://myjiraaddr/rest/api/2/search
Sending REST API request using curl works okay with -u option(username:password) from command line.
But if I try it using nodejs and got an error says self signed certificate in certificate chain.
Can anybody please explain what makes these differences and how to fix it?
Thanks in advance :)
...ANSWER
Answered 2020-Dec-11 at 12:28If you're dealing with a self-signed certificate you can bypass the strict-check by setting the strictSSL
option to false
, as described in the docs:
QUESTION
The jira-client works fine when not specifying a port, but I need to get to a Jira instance that uses a port. Anyone know how to do this? Maybe an env variable?
...ANSWER
Answered 2019-Sep-04 at 17:34You can set the port when creating the Jira client
QUESTION
[error] (*:update) sbt.ResolveException: unresolved dependency: com.atlassian.sal#sal-api;${sal.version}: not found
[error] unresolved dependency: com.atlassian.event#atlassian-event;${event.version}: not found
Any way to provide version for provided transitive dependencies ?
Its easily reproducible in any playframework app when you try to add the https://mvnrepository.com/artifact/com.atlassian.jira/jira-rest-java-client-core?repo=atlassian-public dependency and compile the project.
https://github.com/sanjeevpande/play-jira-client The repo with a sample play app. "play compile" will result the error.
...ANSWER
Answered 2019-Aug-13 at 19:27I managed to fix it by adding notTransitive() attribute in the build.sbt
"com.atlassian.jira" % "jira-rest-java-client-core" % "5.1.0" notTransitive(),
and by adding the transitive dependencies manually.
QUESTION
I want to search for JIRA Server users using searchUsers from https://www.npmjs.com/package/jira-client Can you provide a working example?
Mine never returns anything (fyi, addNewissue function worked fine)
...ANSWER
Answered 2017-Mar-16 at 09:51Hm, the jira client is written in ES6, which I'm not that familiar with, but I think that the searchUsers
function actually expects an object argument, not a list.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jira-client
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