Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to add link to user macro

suresh-bitbucket41 April 25, 2021

How to append link to title in user macro. 

 

1 answer

0 votes
Dominic Lagger
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 25, 2021

Hi @suresh-bitbucket41 

What do you want to achieve?

A link in an user macro is simple like that:

## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: My Name
## Date created: dd/mm/yyyy
## Installed by: My Name

## @noparams
<a href="LINK">Text</a>

Regards, Dominic

suresh-bitbucket41 April 27, 2021

Thanks for your replay, how to use the link with input  @Param in user macro (or) append the link to title. I want to append the link to this button, is it possible in user macro ?

## @Param Stitle:title=Title|type=string|required=true|option-showValueInPlaceholder=true|desc=Input title of the button. 

Dominic Lagger
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, 2021

you have to use $paramNAME

## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: My Name
## Date created: dd/mm/yyyy
## Installed by: My Name

## @param Stitle:title=Title|type=string|required=true|option-showValueInPlaceholder=true|desc=Input title of the button. 
<a href="LINK">$paramStitle</a>
suresh-bitbucket41 April 29, 2021

Thanks for your replay.... Is it possible to add the @Param for Link also.

Dominic Lagger
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 29, 2021

Yeah of course. Just do the same like the title ;) 

## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: My Name
## Date created: dd/mm/yyyy
## Installed by: My Name

## @param Stitle:title=Title|type=string|required=true|option-showValueInPlaceholder=true|desc=Input title of the button.
## @param link:title=Link|type=string|required=true|option-showValueInPlaceholder=true|desc=Link

<a href="$paramlink">$paramStitle</a>
suresh-bitbucket41 April 30, 2021

It's added but i want to add the link to existing title(User Macro) button. 

test11.JPG

Dominic Lagger
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 30, 2021

can you explain a little bit more in detail what you want to achieve? 

suresh-bitbucket41 April 30, 2021

i want to add the link to Existing status button. How to do this one. 

Ex:

present we have the user macro like this, How to add the link to test button.

 Title:  Test

choose Colors: dropdown option

Width: 10 --size of the button

Dominic Lagger
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.
May 2, 2021

Can you show me your current code from the user macro?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events