Custom Field URL definition

Serkan Akdağ April 25, 2017

I would like define custom field to get order number from customer and define url on this custom field to forward clicks to our backoffice. 

For example:

order ID: XYZ123

Backoffice link= https://secure.XYZ.com/_admin/new_order.php?orderid=

Is it possible to fill in custom link as: 

https://secure.XYZ.com/_admin/new_order.php?orderid=XYZ123 

and show Order ID = XYZ123 

 

1 answer

0 votes
Andy Brook
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 Leaders.
April 27, 2017

No, you'll have to implement the addon logic yourself as an Atlassian Connect addon, you can create a cloud addon that is only used by _you_ deployed to the likes of Heroku, providing the performance you require.  See What is Atlassian Connect.

Suggest an answer

Log in or Sign up to answer