Download the PHP package devmoath/jira-php without Composer
On this page you can find all versions of the php package devmoath/jira-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jira-php
Jira PHP is a supercharged PHP API client that allows you to interact with the Jira API and the Service Desk API.
Get Started
Requires PHP 8.1+
First, install devmoath/jira-php
via the Composer package manager:
Then, interact with Jira's APIs:
Usage
Attachments
Resource
get
function
Retrieve the meta-data for an attachment.
response example
remove
function
Remove an attachment.
response example
download
function
Download an attachment content.
response example
Customers
Resource
create
function
Create a customer that is not associated with a service project.
response example
Groups
Resource
create
function
Create a group by given group parameter.
response example
remove
function
Delete a group by given group parameter.
response example
getUsers
function
Return a paginated list of users who are members of the specified group and its subgroups.
response example
addUser
function
Add given user to a group.
response example
removeUser
function
Remove given user from a group.
response example
Issues
Resource
create
function
Create an issue or a sub-task from a JSON representation.
response example
bulk
function
Create issues or sub-tasks from a JSON representation.
response example
get
function
Return a full representation of the issue for the given issue key.
response example
delete
function
Delete an issue.
response example
edit
function
Edit an issue from a JSON representation.
response example
archive
function
Archive an issue.
response example
assign
function
Assign an issue to a user.
response example
getComments
function
Return all comments for an issue.
response example
addComment
function
Add new comment to an issue.
response example
updateComment
function
Update existing comment using its JSON representation.
response example
deleteComment
function
Delete an existing comment.
response example
getComment
function
Return a single comment.
response example
getTransitions
function
Get a list of the transitions possible for this issue by the current user, along with fields that are required and their types.
response example
doTransition
function
Perform a transition on an issue.
response example
attach
function
Add one or more attachments to an issue.
response example
search
function
Search for issues using JQL.
response example
Requests
Resource
create
function
Create a customer request in a service project.
response example
Users
Resource
update
function
Modify user.
response example
create
function
Create user.
response example
remove
function
Remove user and its references (like project roles associations, watches, history).
response example
get
function
Return a user.
response example
Contributing
Thank you for considering contributing to the Jira PHP! The contribution guide can be found in the CONTRIBUTING.
Security Vulnerabilities
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
License
Jira PHP is an open-sourced software licensed under the MIT license.