You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ junit (
90
90
autoUnlinkIssue:false,
91
91
additionalAttachments:false,
92
92
overrideResolvedIssues:false,
93
+
manualAddIssue:false,
93
94
)
94
95
]
95
96
)
@@ -123,6 +124,8 @@ If you check the **Auto unlink issues when test passes** check box, this plugin
123
124
124
125
If you check the **Auto override resolved issues** check box, this plugin will create new issues automatically for failing tests that are linked to already resolved issues.
125
126
127
+
If you check the **Manually link or raise issues** check box, this plugin will allow to manually link or create issues to the failing tests in new builds also if auto raise is not enabled.
128
+
126
129

127
130
128
131
Only after configuring the fields above, if you want you can override the **Summary** and **Description** values by clicking the **Advanced** button.
0 commit comments