jira-client | PHP client for integrating with the JIRA issue | REST library
kandi X-RAY | jira-client Summary
kandi X-RAY | jira-client Summary
A PHP client for integrating with the JIRA issue & bug tracker software.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Convert an array of objects to objects .
- Adds a permission mapping .
- Create a new child issue with a security level .
- Build an array of objects
- Login to the server
- Sets the fullname .
- Returns the list of avatars .
- Set sub task
- Sets icon .
- Set custom field id
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
Download the composer.phar executable or use the installer. $ curl -sS https://getcomposer.org/installer | php
Create a composer.json defining your dependencies. Note that this example is a short version for applications that are not meant to be published as packages themselves. To create libraries/packages please read the guidelines. { "require": { "cpliakas/jira": "~1.0" } }
Run Composer: php composer.phar install
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