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-jiraissue slots likedescriptionandassigneecan 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-jirawhen interacting with the Jira API.