Vladislav Tupikin
Vladislav Tupikin
This issue tracks the need to enhance the [TBD](TBD) method by including a data property. The data property should have the following structure: data: { TBD } PR should include...
This issue tracks the need to enhance the [TBD](TBD) method by including a data property. The data property should have the following structure: data: { TBD } PR should include...
## Branch we are working * #40 All PR should have a target for this branch. ## General - [x] #35 completed. - [x] #46 - [ ] #44 -...
For #38
This issue tracks the need to enhance the [`blogPost.updateBlogPost`](https://github.com/MrRefactoring/confluence.js/blob/feature/v2-api/src/version2/blogPost.ts#L140) method by including a `data` property. The data property should have the following structure: ```typescript data: { id: parameters.updateId, // Required...
This issue tracks the need to enhance the [`blogPost.createBlogPost`](https://github.com/MrRefactoring/confluence.js/blob/feature/v2-api/src/version2/blogPost.ts#L73) method by including a `data` property. The data property should have the following structure: ```typescript data: { spaceId: parameters.spaceId, // Required...
### Discussed in https://github.com/MrRefactoring/jira.js/discussions/253 Originally posted by **irzhywau** March 21, 2023 Im actually using this API endpoint https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get to retrieve projects with some properties definied on them. having 1 property...