php-JiraCloud-RESTAPI icon indicating copy to clipboard operation
php-JiraCloud-RESTAPI copied to clipboard

Jira REST API implementation for Cloud

Results 13 php-JiraCloud-RESTAPI issues
Sort by recently updated
recently updated
newest added

Hello there! I wanted to bring to your attention an issue that I've encountered while working with the SprintService and the Jira API version 3. It seems that despite the...

We're not sure when this started or the EXACT cause of the issue, but we have plenty of smoking guns and a bandaid solution. To be clear, this isn't a...

In `src/JsonMapperHelper.php in JiraCloud\JsonMapperHelper::setUndefinedProperty` at line 25 https://github.com/lesstif/php-JiraCloud-RESTAPI/blob/main/src/JsonMapperHelper.php#L25 which is called indirectly by e.g. `ComponentService->create($component)` The main source is this: https://github.com/lesstif/php-JiraCloud-RESTAPI/blob/main/src/JiraClient.php#L77

We've recently moved from an on premise Jira Server to Jira Cloud and I'm currently updating an internal tool to be compatible. One of the issues I've faced is that...

Currently my app utilizes the **Jira Issue Collector Plugin** for users to submit help requests to my SM project, which by default includes an option to include details about the...

Hi, it would be great having a method to get the changes made to an issue with pagination, there's an [endpoint](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-changelog-get) in the Jira API for that Thank you for...

When I have fetched some issues from JIRA and trying to access `$issue->fields->labels` I get "Typed property JiraCloud\Issue\IssueField::$labels must not be accessed before initialization" (PHP version 8.2) I've submitted a...

Hi, the Issue Comment object is missing the attribute 'properties' that can be found in the [Jira API](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-get) ![image](https://github.com/lesstif/php-JiraCloud-RESTAPI/assets/92874541/847b9c36-b8c2-41ab-8768-f4bbf1de4908) Is it possible to add it? Thanks! PS: is there a...

Would be neat to be able to Create/Update/Delete the Boards. Is there anyone working on that?

Hi First of all, great to see the package is updated for v3 and php8+. Works like a charm! Therefore, the ADF is nice, but I am using the API...