File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,23 @@ To create the custom work type in Jira:
28283. Set the name to: ``DejaCode Request ``
29294. 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
3838This 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
42421. Navigate to **Project settings ** → **Work types **
43432. Select the ``DejaCode Request `` work type
44443. Click **Edit workflow **
45454. Click **Add status **
46465. Click **Create new status ** tab
47- 6. Enter the name: ``Done ``
47+ 6. Enter the name: ``Closed ``
48487. Choose a category: ``Done ``
49498. Click **Add **
50509. Click **Update workflow **
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments