Created
September 8, 2016 19:13
-
-
Save t3db0t/4a368bec94930688f681aa6672e0e407 to your computer and use it in GitHub Desktop.
Maps JIRA users to Clubhouse projects and user IDs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"jiraUsername": "userA", | |
"chProjectID": 5, | |
"chID": "476257c9-ac5a-46bc-67d6-4bc8bbfde7be" | |
}, | |
{ | |
"jiraUsername": "userB", | |
"chProjectID": 81, | |
"chID": "476257c9-ac5a-46bc-67d6-4bc8bbfde7be" | |
}, | |
{ | |
"jiraUsername": "userC", | |
"chProjectID": 6, | |
"chID": "476257c9-ac5a-46bc-67d6-4bc8bbfde7be" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment