---
title: "Add a web link to an issue"
canonical: "https://support.appfire.com/space/JMWEC/466257026/Add%20a%20web%20link%20to%20an%20issue"
format: markdown
---
> Macro (aura-html)

This article provides the code snippet to add a web link to an issue, using [Build-your-own (scripted) Post-function (JMWE app)](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=jmwec&title=Build-your-own%20%28scripted%29%20Post-function&linkCreation=true&fromPageId=466257026) post-function and [callJira](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465243039) filter.

## Instructions

1. Navigate to the 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:

With this, the URL "[https://appfire.atlassian.net/wiki/spaces/JMWEC/](https://appfire.atlassian.net/wiki/spaces/JMWEC)" will be linked to the current issue, with the title "JMWE for Jira Cloud" - modify them as per your use case.

![JMWE for Jira Cloud interface for adding web links to issues with input fields and options](media://443429c8-5875-44a0-9ab4-270c2ebb4297)


> ℹ️ If this post-function is added on the create transition, select the checkbox *“Delay the execution of this post-function”* under *“Delayed execution” *and select a delay of 3 seconds.

### References

- [callJira filter](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465243039)
- [Using Nunjucks Templates](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/465503811)
- [Accessing JIRA Standard fields](https://appfire.atlassian.net/wiki/spaces/JMWEC/pages/466225701)