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

Add support for Jira fields in issue-config file #105

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

kkaarreell
Copy link
Collaborator

@kkaarreell kkaarreell commented Oct 10, 2024

In issue-config file one can newly set
custom Jira fields. These fields has to
use names as listed at /rest/api/2/field

Example:

  - summary: My test epic"
    type: epic
    fields:
      Labels:
       - "CY24Q3"
      "Pool Team": "my_great_team"
      "Story Points": 0

@kkaarreell kkaarreell self-assigned this Oct 10, 2024
@kkaarreell kkaarreell changed the title Load Jira filed map dynamically Load Jira field map dynamically Oct 10, 2024
newa/__init__.py Show resolved Hide resolved
@jharuda
Copy link
Contributor

jharuda commented Oct 10, 2024

LGTM.

@kkaarreell kkaarreell changed the title Load Jira field map dynamically Add support for Jira fields in issue-config file Oct 10, 2024
newa/__init__.py Outdated Show resolved Hide resolved
In issue-config file one can newly set
custom Jira fields. These fields has to
use names as listed at /rest/api/2/field

Example:
  - summary: My test epic"
    type: epic
    fields:
      Labels:
       - "CY24Q3"
      "Pool Team": "my_great_team"
@kkaarreell kkaarreell merged commit 16c0bc4 into main Oct 18, 2024
16 checks passed
@kkaarreell kkaarreell deleted the ks_custom_fields branch October 18, 2024 09:03
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