Hi it's me with different account
e.g. I have url something like viewpage.action?pageId=21234&status=All&pic=12332
Then inside the page I implement the macros where inside the macros I want to read the URL parameter. Value (status and pic)
Hi @Rauzan Fikri ,
Thank you for raising a question! I am a little unclear on your requirement, could you go into a little more detail about what it is you are trying to achieve?
Kind regards,
Bobby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
e.g. I have url something like viewpage.action?pageId=21234&status=All&pic=12332
Then inside the page I implement the macros where inside the macros I want to read the URL parameter. Value (status and pic)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rauzan Fikri does this value need to be dynamic? If it is a static URL, you should just be able to pass it as a string parameter, in the script read the string and use the value.
Then, when the macro is entered in the page, you can just copy and past the URL into the parameter field.
Kind regards,
Bobby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the value for URL parameter status and pic is dynamic. where the value will be use inside the script runner macros
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.