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
field=models.BooleanField(blank=True, default=True, help_text='When disabled, Findings will no longer be pushed to Jira, even if they have already been pushed previously.', verbose_name='Enable Connection With Jira Project'),
help_text="Choose the folder containing the Django templates used to render the JIRA issue description. These are stored in dojo/templates/issue-trackers. Leave empty to use the default jira_full templates.")
@@ -2445,8 +2445,11 @@ class Meta:
2445
2445
exclude= [""]
2446
2446
2447
2447
2448
-
classExpressJIRAForm(BaseJiraForm):
2448
+
classJIRAForm(BaseJiraForm):
2449
2449
issue_key=forms.CharField(required=True, help_text="A valid issue ID is required to gather the necessary information.")
help_text="Choose the folder containing the Django templates used to render the JIRA issue description. These are stored in dojo/templates/issue-trackers. Leave empty to use the default jira_full templates.")
2450
2453
2451
2454
classMeta:
2452
2455
model=JIRA_Instance
@@ -2856,7 +2859,7 @@ class JIRAProjectForm(forms.ModelForm):
0 commit comments