diff --git a/CHANGES.md b/CHANGES.md
index 6f3db143112e5fb7e118133d7d495644b53a12e4..45ee1d58401b72e72c02cf0938deeb62ba6aeac7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,6 +17,7 @@ TODO
 * Test Options are now only available in Engineering Mode
 * Gearbox Editor now shows generic and user-defined shift polygons (if available)
 * Various small updates in GUI
+* Added 'Create JIRA Issue' dialog
 
 ### VECTO 2.1.4
 * Bugfixes in start gear and (A)MT shift model
diff --git a/User Manual Source/Release Notes V2.2.pptx b/User Manual Source/Release Notes V2.2.pptx
new file mode 100644
index 0000000000000000000000000000000000000000..d76b7a7514cb128e0f206f731e638c254fc2dd93
Binary files /dev/null and b/User Manual Source/Release Notes V2.2.pptx differ
diff --git a/VECTO/GUI/F_JIRA.vb b/VECTO/GUI/F_JIRA.vb
index 937b83e864bbf34f40ac10cf21f3a6c83a6f12f9..3bc92cb6223e4f2ac3ab88c3797498f79535d944 100644
--- a/VECTO/GUI/F_JIRA.vb
+++ b/VECTO/GUI/F_JIRA.vb
@@ -13,8 +13,8 @@ Public Class F_JIRA
 	End Sub
 
 	Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
-		If IO.File.Exists(MyAppPath & "User Manual\JIRA Quick Start.pdf") Then
-			System.Diagnostics.Process.Start(MyAppPath & "User Manual\JIRA Quick Start.pdf")
+		If IO.File.Exists(MyAppPath & "User Manual\JIRA Quick Start Guide.pdf") Then
+			System.Diagnostics.Process.Start(MyAppPath & "User Manual\JIRA Quick Start Guide.pdf")
 		Else
 			MsgBox("File not found!", MsgBoxStyle.Critical)
 		End If
diff --git a/VECTO/GUI/F_MAINForm.Designer.vb b/VECTO/GUI/F_MAINForm.Designer.vb
index 846eb8ff21e28fe6ddec8ddd371dc71f09819b0e..3408c51bee842c753ef9f841e4e29efb8eeba864 100644
--- a/VECTO/GUI/F_MAINForm.Designer.vb
+++ b/VECTO/GUI/F_MAINForm.Designer.vb
@@ -956,8 +956,8 @@ Partial Class F_MAINForm
 		'ReportBugViaCITnetToolStripMenuItem
 		'
 		Me.ReportBugViaCITnetToolStripMenuItem.Name = "ReportBugViaCITnetToolStripMenuItem"
-		Me.ReportBugViaCITnetToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
-		Me.ReportBugViaCITnetToolStripMenuItem.Text = "Report Bug via CITnet"
+		Me.ReportBugViaCITnetToolStripMenuItem.Size = New System.Drawing.Size(222, 22)
+		Me.ReportBugViaCITnetToolStripMenuItem.Text = "Report Bug via CITnet / JIRA"
 		'
 		'ToolStripSeparator3
 		'
diff --git a/VECTO/GUI/F_MAINForm.resx b/VECTO/GUI/F_MAINForm.resx
index a6eebc7f69c312620548cd048cf44a719fb45279..be3762deffc8557b8094a33fea6b93a78395ec9a 100644
--- a/VECTO/GUI/F_MAINForm.resx
+++ b/VECTO/GUI/F_MAINForm.resx
@@ -218,7 +218,7 @@
     <value>619, 13</value>
   </metadata>
   <metadata name="CmOpenFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>865, 12</value>
+    <value>732, 12</value>
   </metadata>
   <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>49</value>