I need the completeURL of the each Jira issue (Bug, Task, etc...),
You'll need a bit of code to do that, although I would question the usefulness as the url is already there in the browser. It is also easy to construct, as <base url>/browse/<issue key>
I'd also recommend doing it as a scripted field rather than a post-function, as that's more efficient and means you won't have to push issues through the workflow to update the url when you move issues from one project to another.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.