Skip to content

Commit 46bbac4

Browse files
committed
Update the status to Closed #350
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 9d2befe commit 46bbac4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/integrations-jira.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ To create the custom work type in Jira:
2828
3. Set the name to: ``DejaCode Request``
2929
4. Click **Create**
3030

31-
Create "Done" Status
32-
--------------------
31+
Create "Closed" Status
32+
----------------------
3333

3434
.. warning::
3535

3636
This is required for the integration to function properly.
3737

3838
This status will be set on the Jira issue when the DejaCode Request is closed.
3939

40-
To create the **Done** status in Jira:
40+
To create the **Closed** status in Jira:
4141

4242
1. Navigate to **Project settings** → **Work types**
4343
2. Select the ``DejaCode Request`` work type
4444
3. Click **Edit workflow**
4545
4. Click **Add status**
4646
5. Click **Create new status** tab
47-
6. Enter the name: ``Done``
47+
6. Enter the name: ``Closed``
4848
7. Choose a category: ``Done``
4949
8. Click **Add**
5050
9. Click **Update workflow**

workflow/integrations/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class JiraIntegration(BaseIntegration):
2222
"""
2323

2424
issuetype = "DejaCode Request"
25-
closed_status = "Done"
25+
closed_status = "Closed"
2626

2727
def get_headers(self):
2828
jira_user = self.dataspace.get_configuration("jira_user")

0 commit comments

Comments
 (0)