Skip to content

Commit 9b870db

Browse files
Add documentation for integrating with Jira (#240)
* WIP: Add how to enable jira integration * Update images * Update due to comments
1 parent d2209ee commit 9b870db

File tree

6 files changed

+62
-0
lines changed

6 files changed

+62
-0
lines changed

_data/sidebars/main_sidebar.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ entries:
9898
- title: Exporting Servers from Move Groups
9999
output: web
100100
url: /exporting-servers-to-csv.html
101+
- title: Integrating with Jira
102+
output: web
103+
url: /integrate-with-jira.html
101104

102105
- title: API
103106
output: web

images/tasks-finalized.png

399 KB
Loading

images/tasks-step-1.png

30.6 KB
Loading

images/tasks-step-2.png

397 KB
Loading

images/tasks-step-3.png

98.7 KB
Loading
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
toc: false
3+
title: Integrating with Jira
4+
keywords: tasks, migrations, integration
5+
last_updated: February, 2023
6+
sidebar: main_sidebar
7+
folder: userguides
8+
permalink: integrate-with-jira.html
9+
---
10+
11+
12+
# Enabling Task Tracking and Assignment
13+
14+
Cloud migrations aren't just a solo activity. It's a big job that
15+
requires coordination across your organization. Using Tidal's Task
16+
integration with Jira, we enable you to tie your cloud migration tasks
17+
to resources within Tidal. This helps teams track what tasks are
18+
assigned to which resources and where your project overall stands in
19+
it's migration.
20+
21+
22+
23+
## Enabling Jira
24+
25+
Before we can pull in data from Jira, we need you to
26+
authorize Tidal.
27+
From within Tidal Accelerator:
28+
29+
1. Select Integration Sync under the Discovery Tool's menu section
30+
31+
{% include image.html file="tasks-step-1.png" %}
32+
33+
2. Scroll down until you see the Jira section and click on "Enable
34+
Integration"
35+
36+
{% include image.html file="tasks-step-2.png" %}
37+
38+
3. Follow Jira's steps to give Tidal read access to your Jira account
39+
40+
{% include image.html file="tasks-step-3.png" %}
41+
42+
4. Finally, if everything has gone according to plan, you should be
43+
taken back to the integrations page on Tidal Accelerator. You
44+
should also see a date stamp, confirming when you enabled the
45+
integration within the Jira section of the page.
46+
47+
{% include image.html file="tasks-finalized.png" %}
48+
49+
Congratulations! We'll start syncing in boards and task cards into our
50+
projects, and within a couple of minutes you'll be able to start
51+
assigning boards to projects.
52+
53+
It's important to note that we envision that one or more `Jira
54+
Projects` can map to a project in our system and that once you have
55+
attached a `Jira Project` to a `Tidal Project` you can you start
56+
associating tasks to Tidal Resources (Migration Waves, Applications,
57+
Servers, Database Instances). The tasks that you're able to assign to
58+
a Tidal resource are based off of what `Tidal Project` that resource
59+
is attached to.

0 commit comments

Comments
 (0)