Importing Issue Updates From Excel
I've exported 250+ YouTrack issues into an Excel report to (1) rank them by priority and (2) update issue descriptions (priority and descriptions are fields we have for each issue). Is there a way to now import the updated field values in excel back into YouTrack so that YouTrack is up to date?
Please sign in to leave a comment.
Hello,
I believe there are two options:
1. Converting your excel file to a CSV and using our python-based import from a csv file: https://www.jetbrains.com/help/youtrack/standalone/Import-from-CSV-File.html.
2. Using REST API (https://www.jetbrains.com/help/youtrack/standalone/youtrack-rest-api-reference.html).
Please let me know if it helps.