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

Changed type of CategoryID to resolve read issues #64

Merged
merged 3 commits into from
Jul 6, 2022

Conversation

adam-skalicky
Copy link
Contributor

Changed CategoryID type from int to string to match go-jira typing.

My testing shows this resolved #63

.gitignore Outdated
@@ -5,3 +5,4 @@ artifacts/
.terraform/
.terraform.d
vendor/
build.sh
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think build.sh should not be included in the .gitignore as it's not autogenerated during the build/test steps

@fourplusone fourplusone merged commit d9735a8 into fourplusone:master Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

category_id field for Jira Projects does not appear to be read during plan (server)
2 participants