Skip to content

Commit

Permalink
updating jira boards to allow nullable projectKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaffe committed Jan 5, 2024
1 parent 37110f3 commit c84e5dc
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"properties": {
"projectKey": {
"type": [
"string",
"null"
]
}
}
}

0 comments on commit c84e5dc

Please sign in to comment.