Dear Community
We're developing a Jira Plugin, which handles worklog records. We collect worklog records in our plugin (via JQL query) and show them to the user. Now, I've linked foreach worklog record a link behind it, to edit it.
The usual link to edit the specific worklog is given from jira -> http://localhost:2990/jira/secure/UpdateWorklog!default.jspa?id=10301&worklogId=10305
If you click on this link directly, it leads you directly to the edit worklog screen, but it has a different behaviour. It shows you a new page (in fullscreen).
But in Jira, if you click on the pencil button at in the worklog tab, it only shows a pop-up screen on the actual page.
How is it possible to have the same behaviour, like on the pencil/edit button to have a pop-up screen instead of a new fullscreen page?
To refer that link, we use plain HTML and Javascript, to inject the <a href.../> with the correct link.
Best regards,
Chris