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

Custom field support #347

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

Ruin0x11
Copy link

Adds support for custom fields.

  • Main behavior is controlled via org-jira-issue-custom-fields. Can set field type, display name and location (placed under a headline or property).
  • By default, the field name is the readable name provided by the Jira API, sanitized for org property use. It can be overridden by the above alist.
  • The built-in org-jira issue slots like description and assignee can now be overridden by custom fields using org-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 by org-jira when interacting with the Jira API.

@Nazar65
Copy link

Nazar65 commented Aug 1, 2024

This is a really good one, it can resolve #355

@JordanAnthonyKing
Copy link

JordanAnthonyKing commented Aug 19, 2024

Are there any issues with this? Looking forward to seeing it merged. Does it also support updating/progressing issues with custom fields?

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.

3 participants