-
Notifications
You must be signed in to change notification settings - Fork 143
Custom field support #347
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
base: master
Are you sure you want to change the base?
Custom field support #347
Conversation
9ed216f
to
1606373
Compare
This is a really good one, it can resolve #355 |
Are there any issues with this? Looking forward to seeing it merged. Does it also support updating/progressing issues with custom fields? |
I'd really like to see this get merged in, my team uses additional fields for things like |
@Nazar65 @JordanAnthonyKing @seanhagen can any of you that are interested in this please test it out and report if you find it behaves as expected? You can clone this repo (or rather @Ruin0x11 copy of it), checkout their branch, and This is a large PR and I don't want to merge without additional testers/test feedback. Please confirm no change in behavior from pre-change, for those that do not need these settings. |
@Ruin0x11 so can i use this to get custom fields added to the create issue call? I have required fields for our jira instance and want to put those as part of the normal build |
Adds support for custom fields.
org-jira-issue-custom-fields
. Can set field type, display name and location (placed under a headline or property).org-jira
issue slots likedescription
andassignee
can now be overridden by custom fields usingorg-jira-issue-field-overrides-alist
. This is in case the organization uses a custom field for the description/etc. of the issue instead of the default. Internally the field ID is converted to and from the slot name recognized byorg-jira
when interacting with the Jira API.