jira-php
jira-php copied to clipboard
⚡ Jira PHP is a supercharged PHP API client that allows you to interact with the Jira API and the Service Desk API
### What happened? I would like to access the customFields endpoint https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0/#api/2/customFields And ultimately I would like to be able to create new customFields via the API Could you explain...
Add support for projects https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0/#api/2/project Only get methods for the moments https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0/#api/2/project-getAllProjects and https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0/#api/2/project-getProject
### What happened? Jira have updated their endpoints to the new API which renders this plugin unusable. Are there plans to update the plugin's endpoints to use the new API?...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...