The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Mappping Weblinks to Custom Fields

Amos Selinger
January 21, 2025

Hello! 

I am using the Weblink section to add links to my issues such as Figma, PRD, MRD.

SCR-20250121-qmqp.pngIn most cases I have 3 URLs under the web link section of an issue. Now, I wish to separate these links into different URL Custom Fields in Jira.

 

How can I map the 3 links under the web link section to the corresponding Custom Fields I just created:

Figma Link

PRD

MRD

And Is this even possible ? 

 

I have thousands of items with this case.... Any comment will REALLY HELP.

 

Thanks!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jim Knepley - ReleaseTEAM
Atlassian Partner
January 21, 2025

Welcome to the community, @Amos Selinger 

I haven't done this exact thing with a web links field, but I would try to export the issues, modify the exported .csv file, and import it back in to update the target fields, as described here:

https://confluence.atlassian.com/jirakb/bulk-edit-issues-and-copy-the-value-of-one-field-to-another-1319243286.html

Amos Selinger
January 21, 2025

Thanks @Jim Knepley - ReleaseTEAM 

It really is a great example! 

I've tried that but i don't seem to get the "Web Links" column in the CSV... I downloaded one with all fields included. 

 

I also tried searching the CSV for "figma" and nothing came up. 

Any suggestions?

Jim Knepley - ReleaseTEAM
Atlassian Partner
January 21, 2025

Looking at jira.atlassian.com, including web links in the issue navigator columns has been a feature request for over ten years, so I'm not expecting that feature any time soon.

You might get what you want by querying remote issue links using the REST API. It would take some scripting chops to get it done, but it's doable.

Amos Selinger
January 21, 2025

Thanks @Jim Knepley - ReleaseTEAM i'll chop my way to it :)