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

Better support for custom fields #477

Open
andygrunwald opened this issue Aug 20, 2022 · 2 comments
Open

Better support for custom fields #477

andygrunwald opened this issue Aug 20, 2022 · 2 comments

Comments

@andygrunwald
Copy link
Owner

andygrunwald commented Aug 20, 2022

Context

The current version has many issues with Custom Fields of Jira. See https://github.com/andygrunwald/go-jira/search?q=custom&type=issues

To handle custom fields, the library is using github.com/trivago/tgo

Goal is this task

  • Ease out the handling of Jira Custom fields

This request comes from #200.
An own ticket was created to keep the development contained and focus the discussion.

@andygrunwald
Copy link
Owner Author

From #200

https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
https://docs.atlassian.com/software/jira/docs/api/REST/8.0.2/#api/2/customFields-getCustomFields

Custom fields are defined here. It would be useful to have definitions for each customField type, and additional points for being able to generate code for a project based on the custom fields defined for that project. I have yet to encounter a Jira Library that makes working with custom fields an enjoyable experience.

@rhysjtevans
Copy link

This would be awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants