Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions

  1. Navigate to the desired workflow transition and add intended workflow to make the necessary changes in the edit mode.

  2. Select the required transition.

  3. Select the Post functions tab and click Add post function.

  4. Add the “Build-your-own (scripted) Post-function (JMWE app)” post-function.

  5. Add the below Nunjucks template:

    Code Block
    languagejava
    {{"/rest/api/2/issue/:issue/remotelink" | callJira(verb=("post"),params={"issue":issue.key},body={"object":{
      url:"https://innovalog.atlassian.net/wiki",
      title:"Innovalog"
    } }) }}

...