Skip to content

Commit

Permalink
testing priority levels
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Sep 29, 2023
1 parent 8fbac0c commit 8da447b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/helpers/jira-api/create_tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ def create_subtasks( version, update_list, parent_key, project_key ):
"issuetype": {
"id": "10113"
},
#"priority": {
#"name": priority_level
#},
"priority": {
"name": priority_level
},
"labels": [
"DependencyUpdates"
],
Expand Down

0 comments on commit 8da447b

Please sign in to comment.