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

jira-task: properly handle issue creation when no priority is specified #182

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

brig
Copy link
Contributor

@brig brig commented Dec 2, 2024

issuePriority is optional in code:

        public String issuePriority() {
            return variables.getString(JIRA_ISSUE_PRIORITY_KEY, null);
        }

@brig brig requested a review from a team December 2, 2024 16:29
@brig brig merged commit 0580fcc into master Dec 2, 2024
1 check passed
@brig brig deleted the brig/jira-fix branch December 2, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants