<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>JIRA Integrations</title><link>https://community.appian.com/discussions/f/general/30657/jira-integrations</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/122069?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 05:48:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:13429ff2-0d20-4a37-8121-3e902666a258</guid><dc:creator>Klaus34</dc:creator><description>&lt;p&gt;Thank you for your response.After doing some research, I discovered that we are only able to retrieve the account ID when JIRA is on the cloud and not on-premises.&amp;nbsp;&amp;nbsp;Thus, in this instance, I am only able to add logged in user as an Appian bot.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/122009?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2023 09:03:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa33759a-0042-422a-925b-b07c2392b410</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Hace you tried using the rest api in order to get the account id from username&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.developer.atlassian.com/t/jira-rest-api-get-user-account-id-without-username/44585"&gt;community.developer.atlassian.com/.../44585&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/122005?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2023 04:02:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:45728cbe-0877-4b28-9539-d162d8d26b1c</guid><dc:creator>kelvinb8965</dc:creator><description>&lt;p&gt;Because the account ID is considered an internal identifier and &lt;a href="https://houseofhazards.com"&gt;house of hazards&lt;/a&gt;&amp;nbsp;is not intended to be displayed to external applications.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/121986?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 11:24:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2da59762-9463-49a0-8ab8-b1766f3c4999</guid><dc:creator>Klaus34</dc:creator><description>&lt;p&gt;I have tried fetching the user details by using rest web API but account id not returned there also&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/121962?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 08:17:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a10dc68-904c-4166-9157-6d383e88a47d</guid><dc:creator>Klaus34</dc:creator><description>&lt;p&gt;Hi david ,&lt;/p&gt;
&lt;p&gt;Thanks for reply but Not able to find the account Id ..links mentioned above might have diffrent settings of JIRA .. bcs i tried&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/121932?ContentTypeID=1</link><pubDate>Sun, 19 Nov 2023 20:03:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d5c6e7f6-01b6-4ea6-9e33-9589300e01e1</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Check this link, seems that you need to pass the id of the issue (int he url)&amp;nbsp; and the account id of the user between quotes (in the body)...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-watchers/#api-rest-api-2-issue-issueidorkey-watchers-post"&gt;developer.atlassian.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.developer.atlassian.com/t/what-post-data-is-required-for-add-watcher-via-rest-api/41637"&gt;community.developer.atlassian.com/.../41637&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/121885?ContentTypeID=1</link><pubDate>Sat, 18 Nov 2023 16:19:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6033897e-7365-4791-a05b-dc755c7c132b</guid><dc:creator>Klaus34</dc:creator><description>&lt;p&gt;Appreciate your reply. But if I don&amp;#39;t give anything in the request body, Watcher&amp;nbsp;gets added as an *Appian bot* by using the rest API.(which is fine)&lt;/p&gt;
&lt;p&gt;The issue I&amp;#39;m now having is that my user exists in both the JIRA and development environments under the same username, Klaus.test@lnt.com.&amp;nbsp; How can I add that, or another user with the same username who is present in both my JIRA and development environments?&lt;br /&gt;&lt;br /&gt;what should i pass in request Body&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1700324329578v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;attached API schema documentation for refrence&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JIRA Integrations</title><link>https://community.appian.com/thread/121884?ContentTypeID=1</link><pubDate>Sat, 18 Nov 2023 10:01:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0acad989-2c17-4161-8416-504bbd57f252</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Try this using JIRA rest apis&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.atlassian.com/software/jira/docs/api/REST/9.11.0/#api/2/issue-addWatcher"&gt;docs.atlassian.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>