Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

i need to add the value of a workflow variable into the JSON URL i tried using #variable.ariablename# variableName# hash value but it did not work, for example my JSON URL inside the JSON tool plugin looks aasas:-

web/json/getdocumentinfo/documentbyid?documentid=#variable.documentid#

But using #varialbe #variable.variableName# inside JSON URL is not the right approach as it will not work, so how can i solve this problem?

BR

I also tried adding something as :-

'http://localhost:8080/jw/web/json/workflow/process/view/' + #variable.imagurl# + ':35:process1?j_username=kermit&hash=9449B5ABCFA9AFDA36B801351ED3DF66&loginAs=customerservice'

but it will not work either...