18.07.01 Configuring JIRA Integration
configure Jira Web Hook
Before you begin you need to collect some prerequisites, click
HereTo successfully Integrate Jira with UNItekTIME perform the following steps
Setting For Jira Cloud Edition
- Login to your Administrator JIRA account.
- Click on Setting(in left panel)
- Click on System in Jira Settings
- There is a option ‘User email visibility’ you have to change that to Public same as showing in a screenshot. (please check screenshot: https://tinyurl.com/y33w6ycw)
- Click Update
- Goto this address https://id.atlassian.com/manage/api-tokens
- Click Generate API Token
- Define your Token a Name then click Create
- Copy this Code for used as JiraKey
- Use your Jira admin Email Address for JiraUser
- If you are using Tempo Time sheets then follow steps from 12 to 16 otherwise proceed to 17th step
- Goto Tempo in your Jira Account
- Click Settings
- Click API Integration under User Preferences
- Click Get Access Token
- Copy this Code for use as TempoKey
- Click on System in Jira Settings
- Scroll down you’ll see Webhooks option in the sidebar
- Click on Create A Webhook button
- Define your webhook a name ie UNItekTIME-Webhook
- Change the Following URL according to your data and paste it in URL
https://{SUB DOMAIN}.unitektime.com/api/webhooks/incoming/genericjson/jira?code=12345678901234567890123456789013&APIKey={Your API Key}&AuthToken={Your AuthenticationToken}&JiraUser={Your Jira User}&JiraKey={Your Jira Key}&tempokey={Your Tempo Key}
Use Subdomain, APIKey, AuthToken JiraUser, JiraKey, and TempoKey (if using tempo time sheets) for changing. Leave remaining URL unchanged - Mark check on required options same as showing in a screenshot: (please check screenshot: https://tinyurl.com/yy2rs49z)
- Click Save
Sample URL after changes should look like this
https://demo.unitektime.com/api/webhooks/incoming/genericjson/jira?code=12345678901234567890123456789013&APIKey=00000000-0000-0000-0000-000000000000&AuthToken=00000000-0000-0000-0000-000000000000&JiraUser=user@host.com&JiraKey=abc123&tempokey=abc123
Setting for Jira Server Edition
- Login to your Administrator JIRA account.
- Click on System in Jira Settings menu which is in the top right corner of the menu and shown as gear icon
- Scroll down you’ll see Webhooks option in the sidebar
- Click on Create A Webhook button
- Define your webhook a name ie UNItekTIME-Webhook
- Change the Following URL according to your data and paste it in URL
https://{SUB DOMAIN}.unitektime.com/api/webhooks/incoming/genericjson/jira?code=12345678901234567890123456789013&APIKey={Your API Key}&AuthToken={Your AuthenticationToken}&JiraUser={Your Jira UserName}&JiraKey={Your Jira Password}&jiraserver=1
Use Subdomain, APIKey, AuthToken JiraUsername, Jirapassword for changing. Leave remaining URL unchanged - Mark check on required options same as showing in a screenshot: (please check screenshot: https://tinyurl.com/yy2rs49z)
- Click Save
Sample URL after changes for JIRA server edition should look like this
https://demo.unitektime.com/api/webhooks/incoming/genericjson/jira?code=12345678901234567890123456789013&APIKey=00000000-0000-0000-0000-000000000000&AuthToken=00000000-0000-0000-0000-000000000000&JiraUser=demouser&JiraKey=abc123&jiraserver=1
Article ID: 98, Created: 3/24/2021 at 1:34 AM, Modified: 3/24/2021 at 12:35 PM