Skip to content

Instantly share code, notes, and snippets.

@t3db0t
Created September 8, 2016 19:13
Show Gist options
  • Save t3db0t/4a368bec94930688f681aa6672e0e407 to your computer and use it in GitHub Desktop.
Save t3db0t/4a368bec94930688f681aa6672e0e407 to your computer and use it in GitHub Desktop.
Maps JIRA users to Clubhouse projects and user IDs
[
{
"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