Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add endpoints to manage Jira statuses #140

Closed
iacabezasbaculima opened this issue Sep 2, 2022 · 2 comments · Fixed by #143
Closed

Add endpoints to manage Jira statuses #140

iacabezasbaculima opened this issue Sep 2, 2022 · 2 comments · Fixed by #143
Assignees
Labels
enhancement New feature or request

Comments

@iacabezasbaculima
Copy link

iacabezasbaculima commented Sep 2, 2022

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Add full CRUD endpoints to manage Jira statuses.

Docs: https://support.atlassian.com/jira-cloud-administration/docs/what-are-issue-statuses-priorities-and-resolutions/#Issue-statuses
API Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status/#api-group-status

Describe alternatives you've considered
Currently, the library does not provide support for creating/reading/updating/deleting Jira statuses.

Additional context
Add any other context or screenshots about the feature request here.

@iacabezasbaculima iacabezasbaculima added the enhancement New feature or request label Sep 2, 2022
ctreminiom added a commit that referenced this issue Sep 15, 2022
1. Created the interface called WorkflowStatusConnector which contains the service contract.

2. Created the WorkflowStatusService struct with the service implementation under workflow_status_impl.go

3. Created the dedicated structs under jira_workflow_status.go

4. Injected the service implementation under the WorkflowService struct (Workflow.Status.*)

5. Created the Unit Test Cases with a 92.5% of coverage

6. Fixes #140
@ctreminiom
Copy link
Owner

ctreminiom commented Sep 15, 2022

Hi @iacabezasbaculima, the implementation is now completed, here's the docs: https://docs.go-atlassian.io/jira-software-cloud/workflow/status#search-workflow-statuses.

Thanks!

@iacabezasbaculima
Copy link
Author

Hi @ctreminiom, thank you for implementing this feature! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants