Vladislav Tupikin

Results 38 issues of 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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

## 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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

### 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...

help wanted
question