Forums

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

Can we work with an item in a custom URL field?

Asier Vadillo
Contributor
December 24, 2025

Hi everyone!

We have two projects that are synced, and each of the issues have the synced issue url on a custom url fiel.

We want to copy comments from one to another when a new comment is added. Can it be done?

We have this test automation that works, but; We do not use the link feature :')

Screenshot From 2025-12-24 09-40-13.png

Is there any way to add comments or modify an issue having only the URL to that issue? "https://site.atlassian.net/browse/key-numberid"

Thanks!

2 answers

0 votes
Calvin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 25, 2025

> Is there any way to add comments or modify an issue having only the URL to that issue? "https://site.atlassian.net/browse/key-numberid"

Honestly I'd just use a branch on the "linked issue" value just like you did I find that would be easiest.

But if you really want to use a text custom field, while I haven't really thought it through I'd probably create a variable that strips out the key value:

{{issue.customfield_12345.split("/").last}}

Then use the "lookup issue" to find the issue you want, and then I'd run a branch on the look up issue ticket to add the comment in.

0 votes
Marc -Devoteam-
Community Champion
December 24, 2025

Hi @Asier Vadillo 

This could be possible, but your automation will be much more complicated.

You would need to fetch the work item key from the url provided in the url field, so you need to store this in a variable.

Also the comment needs to be stored in a variable.

Then you would need to add a web request action to call the Jira API, and use the varibale where you stored the key in, in the request url.

Then in the body of the call, you would need to provide the variable that was created to store the comment content.

So my suggestion is to use the link feature, that's what it is for.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events