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
description: Include stderr/stdout with secrets redacted.
40
+
render: text
41
+
validations:
42
+
required: true
43
+
- type: textarea
44
+
id: reproduce
45
+
attributes:
46
+
label: Reproduction steps
47
+
description: Provide the smallest set of steps that reproduces the issue.
48
+
placeholder: |
49
+
1. Configure profile with ...
50
+
2. Run ...
51
+
3. Observe ...
52
+
validations:
53
+
required: true
54
+
- type: dropdown
55
+
id: auth
56
+
attributes:
57
+
label: Auth method
58
+
options:
59
+
- API token
60
+
- OAuth 3LO
61
+
- Environment variables
62
+
- Unknown
63
+
validations:
64
+
required: true
65
+
- type: input
66
+
id: version
67
+
attributes:
68
+
label: jira version
69
+
description: Run `jira --version`.
70
+
placeholder: jira 0.1.0 (abcdef0)
71
+
validations:
72
+
required: true
73
+
- type: input
74
+
id: os
75
+
attributes:
76
+
label: Operating system
77
+
placeholder: macOS 15.5 arm64, Ubuntu 24.04 x86_64, Windows 11
78
+
validations:
79
+
required: true
80
+
- type: textarea
81
+
id: diagnostics
82
+
attributes:
83
+
label: Diagnostics
84
+
description: Include relevant `jira auth doctor --output json`, `jira config show --output json`, or `RUST_LOG=jira_cli=debug` output with secrets redacted.
85
+
render: json
86
+
- type: checkboxes
87
+
id: checklist
88
+
attributes:
89
+
label: Checklist
90
+
options:
91
+
- label: I have removed API tokens, OAuth secrets, and private issue data.
92
+
required: true
93
+
- label: I have checked the latest release and main branch behavior where practical.
0 commit comments