Powershell library to synchronize ticket from JIRA to TFS
Update the values in the configuration file (./Config/config.json) with the appropriate values :
- Team Foundation Server URL
- Team Foundation Project (example: "TeamProject/TeamSolution")
- JIRA API endpoint (example "https://my-jira-project.atlassian.net/rest/api/2")
- JIRA user name (usually an email address)
- JIRA authentication token
- Number of days to synchronize (example : 365 means the last year, 7 means the last week, 1 means the last day)