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

Dealing with custom fields #19

Open
MadEarl opened this issue May 7, 2020 · 1 comment
Open

Dealing with custom fields #19

MadEarl opened this issue May 7, 2020 · 1 comment

Comments

@MadEarl
Copy link

MadEarl commented May 7, 2020

I've made some additions to enable dealing with custom fields, and I wanted initially to have this completely configurable so that one can add some config keys and have their additions working.
However, this turned out to be a huge hassle with converting between names, keywords, and customfield values.

I'm wondering if it would make sense to put this logic in a mapping list that contains org-property key, keyword, Jira field name, and alist traversal information, and that is queried by each modifier function. That way, it would be fairly easy to customize and add new fields.

@nyyManni
Copy link
Owner

nyyManni commented May 8, 2020

Sounds like a good idea to have an alist for custom fields that would be mapped into properties.

The custom fields for epic and sprint would still remain as separate variables, as they have a semantic meaning in ejira.

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

No branches or pull requests

2 participants