Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-61118

Possibility to import external web-links from CSV into issue links

    • 215
    • 44
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Problem Definition

      It is currently not possible to import external web links from CSV


      Suggested Solution

      It should be possible to upload a link via an Excel CSV into issue links (or maybe into a new field named "external links") providing the below 3 elements:
      1. URL.
      2. Link text.
      3. Comment

            [JRACLOUD-61118] Possibility to import external web-links from CSV into issue links

            Vittal Krishna added a comment - https://getsupport.atlassian.com/browse/MOVE-1746583

            Jean added a comment -

            +1! Very much needed

            Jean added a comment - +1! Very much needed

            Guy Anela added a comment -

            +1 ...yes please!

            Guy Anela added a comment - +1 ...yes please!

            +1

            Zaxaroula Br added a comment - +1

            Hi everyone,

            As a workaround, it can be done programmatically using Create or update remote issue link REST API call.

            curl --request POST \
              --url 'https://siteURL.atlassian.net/rest/api/3/issue/ABC-11/remotelink' \
              --user 'email@example.com:<api_token>' \
              --header 'Accept: application/json' \
              --header 'Content-Type: application/json' \
              --data '{
                "application": {},
                "object": {
                    "url": "https://atlassian.com",
                    "title": "Atlassian Website",
                    "status": {
                        "icon": {
                            "url16x16": "https://google.com/favicon.ico"
                            }
                        }
                    }
                }'
            

            You need to create api_token from your Atlassian Account profile using the below link and use it the API calls.

            https://id.atlassian.com/manage-profile/security/api-tokens

             

            You can create a bulk update by modifying the command above in excel with the SUBSTITUTE formula to enter the issuekey and links parameters. 

            Jose Luis Gonzalez added a comment - Hi everyone, As a workaround, it can be done programmatically using Create or update remote issue link  REST API call. curl --request POST \ --url 'https: //siteURL.atlassian.net/ rest /api/3/issue/ABC-11/remotelink' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "application" : {}, "object" : { "url" : "https: //atlassian.com" , "title" : "Atlassian Website" , "status" : { "icon" : { "url16x16" : "https: //google.com/favicon.ico" } } } }' You need to create api_token from your Atlassian Account profile using the below link and use it the API calls. https://id.atlassian.com/manage-profile/security/api-tokens   You can create a bulk update by modifying the command above in excel with the SUBSTITUTE formula to enter the issuekey and links parameters. 

            Salvi Pi added a comment -

            +1

             

            Salvi Pi added a comment - +1  

            As a first step, following the usual patterns in the CSV file would be very convenient (and, presumably, relatively simple to implement):

            • [link title|link target]
            • Use multiple columns for multiple links

            As a second step, automatically recognize links to Confluence pages as Confluence links.

            S. Francoeur added a comment - As a first step, following the usual patterns in the CSV file would be very convenient (and, presumably, relatively simple to implement): [link title|link target] Use multiple columns for multiple links As a second step, automatically recognize links to Confluence pages as Confluence links.

            +1

            + 1

            Sandeep Agrawal added a comment - + 1

            +1

            David Medina added a comment - +1

            +1

            Alex Tintore added a comment - +1

            +1

            +1

            +1

            Yazy Favela added a comment - +1

            +1

            +1

             

            Rafae Rehman added a comment - +1  

            +1

            +1

            CEDRIC DEVAUX added a comment - +1

            + 1

            Seb Haigh added a comment -

            +1 for us

            Seb Haigh added a comment - +1 for us

            sgarcia added a comment -

            Pleaseee!

            sgarcia added a comment - Pleaseee!

            +1

            Importing more than 300 issues from an external ticketing system and need the links back to the originals in Jira - looks like I'll be busy for a while...

            Thad White added a comment - +1 Importing more than 300 issues from an external ticketing system and need the links back to the originals in Jira - looks like I'll be busy for a while...

            +1

            Yes please.

            Bethany Denner added a comment - Yes please.

            +1

            Dian Boynov added a comment - +1

            M added a comment -

            It will be a useful function to have this in the csv import.

            Regards.

            M added a comment - It will be a useful function to have this in the csv import. Regards.

              Unassigned Unassigned
              dbonotto Dario B
              Votes:
              214 Vote for this issue
              Watchers:
              115 Start watching this issue

                Created:
                Updated: