Skip to content

Commit

Permalink
[GH-960]: Update /jira setup to include a note for Jira v9.x user (#972)
Browse files Browse the repository at this point in the history
* [MI-960}: Updated the message and screenshot in step 2 of setup flow (#69)

* [MM-960]: Cropped the server-create-applink screenshot
  • Loading branch information
Kshitij-Katiyar authored Sep 26, 2023
1 parent 17e8a47 commit 6109662
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/server-create-applink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion server/setup_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (p *Plugin) stepServerAddAppLink() flow.Step {
"To finish the configuration, we'll need to add and configure an Application Link in your Jira instance.\n" +
"Complete the following steps, then come back here to select **Continue**.\n\n" +
"1. Navigate to [**Settings > Applications > Application Links**]({{.JiraURL}}/plugins/servlet/applinks/listApplicationLinks) (see _screenshot_).\n" +
"2. Keep checked the Atlassian Product Application Type and enter `{{.PluginURL}}` [link]({{.PluginURL}}) as the application link, then select **Create new link**.").
"2. Note: For Jira 9.x - Ensure 'Atlassian product' is selected as the Application type and enter `{{.PluginURL}}` [link]({{.PluginURL}}) as the application link, then select **Create new link**.").
WithImage("public/server-create-applink.png").
OnRender(p.trackSetupWizard("setup_wizard_jira_config_start", map[string]interface{}{
keyEdition: ServerInstanceType,
Expand Down

0 comments on commit 6109662

Please sign in to comment.