Replies: 1 comment 3 replies
-
Unfortunately at the moment there isn't anything much better. We do have a recently added issue = self.jira.issue("my_issue-number")
issue.get_field("customfield_1234") Happy to take suggestions and PRs for improvements ! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Very nice package. Works great for my needs, EXCEPT I can't figure out a simple syntax for getting and setting values for custom fields.
The suggestion [here] seems to work but it seems overly complex. Is there no syntax for .fields.custom_field_id or similar?
Beta Was this translation helpful? Give feedback.
All reactions