Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 657 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 657 Bytes

JIRA2TFS

Powershell library to synchronize ticket from JIRA to TFS

Configuration

Update the values in the configuration file (./Config/config.json) with the appropriate values :

TFS :

ServerUrl:

  • Team Foundation Server URL

TeamProject:

  • Team Foundation Project (example: "TeamProject/TeamSolution")

JIRA:

ServerUrl:

User:

  • JIRA user name (usually an email address)

Token:

  • JIRA authentication token

DaysOffset:

  • Number of days to synchronize (example : 365 means the last year, 7 means the last week, 1 means the last day)