Skip to main content
November 17, 2023
Question

JIRA Integrations

  • November 17, 2023
  • 8 replies
  • 0 views

I have an requirement where i have to add watcher to JIRA from Appian .

Just wanted to know how to Add the service account as a watcher 

    8 replies

    davidj137213
    Brainy
    November 18, 2023

    Try this using JIRA rest apis

    docs.atlassian.com/.../

    November 18, 2023

    Appreciate your reply. But if I don't give anything in the request body, Watcher gets added as an *Appian bot* by using the rest API.(which is fine)

    The issue I'm now having is that my user exists in both the JIRA and development environments under the same username, Klaus.test@lnt.com.  How can I add that, or another user with the same username who is present in both my JIRA and development environments?

    what should i pass in request Body



    attached API schema documentation for refrence

    davidj137213
    Brainy
    November 19, 2023

    Check this link, seems that you need to pass the id of the issue (int he url)  and the account id of the user between quotes (in the body)...

    developer.atlassian.com/.../

    community.developer.atlassian.com/.../41637