We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0b8b3 commit 1f0fff4Copy full SHA for 1f0fff4
2 files changed
docs/changelog.md
@@ -14,6 +14,7 @@ category: Administration
14
* docs: add FAQ to online documentation
15
* docs: prepare changelog for 2026 development
16
* feat: add support for custom fields from Teamworkx Issue Picker
17
+* feat: ensure compatibility with Jira 11.3.3
18
19
### Older versions
20
pom.xml
@@ -32,7 +32,7 @@
32
<maven.compiler.release>${java.version}</maven.compiler.release>
33
34
<!-- Jira versions -->
35
- <jira.version>11.3.0</jira.version>
+ <jira.version>11.3.3</jira.version>
36
37
<!-- Plugin versions (keep in sync with jira-project) -->
38
<amps.version>9.1.1</amps.version>
0 commit comments