Hello,
We are to create a Confluence page from workflow post function.
We have a script which is able to do that. The script also adds a JIRA Macro on the Confluence page so that the Remote link between the issue and the Page is established.
The user which is to create a Confluence page via the script, exists both on JIRA and Confluence (username: integration_bot)
The script is working as expected, with only one issue, the link is getting created under my name, when we see the summary of the issue on the JIRA project summary section.
The page shows proper information on Confluence
Created by integration_bot less than a minute ago.
However, on the JIRA summary section it says
Shreyance Shaw created a link from SP-185 - User Story to Page (Confluence)
How do i ensure that the link is also created by integration_bot ?
Who is Jira current user when the postscript function is executed ?
How does Jira acripts interact with confluence ? Over an application link and a REST call ?
It was my account as the current user, even if its someone else, it still shows my name only on the link.
JIRA interacts with Confluence via a REST Call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What authentication was used in the Application link between Jira and Confluence ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
with impersonation ?
I understand well that you "see" what user created the link in Jira in the issue history. Correct ? (you talk about a "summary section" ?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marc,
Appreciate the prompt response.
The OAuth is NOT with impersonation.
I see it not on the Issue History, but the project Activity section
https://<JIRA_URL>:<PORT>/projects/<PROJECT_KEY>/summary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. If you do not impersonation, the documentation says
I guess you have to look in that direction ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We changed users which is to create the Confluence page, for all of them its my name which comes for creating the remote link, but for one specific user account it works as expected, the user created the page and the link. Not sure what is happening here..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Were you able to resolve this? I am having similar issue with my JIRA-Confluence integration. Tickets are getting created from one account which has system admin privileges on both the applications and not from any other accounts :(
I would appreciate any help in this regard!
BR,
Bhupesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.