...
In this step, you need to get the ID of the Tempo Account field associated with your Jira projects. To get this value, simply use the xx action.go to any project in Jira, open any task or issue associated with the project, then right-click with your mouse anywhere in it and click the Inspect action from the pop-up menu, which will open developer mode in your browser.
Select the Element Inspection tool in the upper left corner of the developer tools window, then hover over the Tempo Account field, which contains the name of the Tempo account associated with the project. This field is located in the task Details section.
Thanks to the Element Inspection tool you can select a UI element in one part of the screen and see the corresponding HTML code in the developer tools pane. Next, look for the value of the customfield property, which is a five-digit number.
...
Tip |
---|
As this is not the only customfield property present in the code, make sure that your Element Inspection tool is focused on the correct area of the screen. If you can't find the Inspect action, you may need to check how the developer console is named in your browser, as it can vary. However, this feature is available in all major browsers. |
Redirect URI
The Redirect URI specifies the address to which Jira and Tempo will redirect the browser during the authentication process. The format of the address always consists of your Business Central URL, including your tenant ID and environment name, with /OAuthLanding.htm added at the end.
...
Job Queue Setup
As your worklogs will be automatically downloaded through a job queue entry, in this part of the wizard you can predefine the date after until which the worklogs from the previous month will no longer be downloaded. If we follow the example from the screenshot below, where we defined that the next period starts on the 5th day of the next month, let's say it's March and you want to download the worklogs for February. You can do this until the 5th of March, if you download 's period will remain open, so you can adjust the period length according to your company needs.
Info |
---|
If you make any changes to previous month’s worklogs in Tempo after the start date of the next period, you will need to download the modified worklogs manually. |
Using the example in the screenshot below, the worklogs for the previous month can be downloaded until the 5th day of the current month, but if the system downloads the worklogs after that date, only the March worklogs current month records will be downloaded to your Business Central.
In the next step, you will be asked to create a job queue entry to automatically download your worklogs from Tempo. When you click the Create Job Queue action in the bottom right corner, the system creates a new job queue entry for you, and all you need to do is set the status of the entry to Ready.
...