<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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>Aras to JIRA Help</title><link>https://www.aras.com/community/f/development/35928/aras-to-jira-help</link><description>Good day all. I want to connect Aras to JIRA. I found this article How to integrate JIRA into Aras Innovator with information on how to accomplish this. I was wondering if anyone has accomplished this? I have some questions about the ARAS_JIRA_Settings</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Aras to JIRA Help</title><link>https://www.aras.com/community/thread/5654?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 13:52:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:55baa8b9-0787-48cc-bab3-b80e5b3f4a85</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;SunilReddy,&lt;/p&gt;
&lt;p&gt;Thank you for the information.&amp;nbsp; This helps.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Aras to JIRA Help</title><link>https://www.aras.com/community/thread/5649?ContentTypeID=1</link><pubDate>Sun, 06 Sep 2020 08:10:56 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:023bdd89-b597-4fd5-aa0c-b407384ecb83</guid><dc:creator>SunilReddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Token is nothing but access Token which you can generate in Jira, Instead of token you can also Pass Username and password as parameters as shown below&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;string username = &amp;quot;xxxxxxxxxxxx&amp;quot;;&lt;br /&gt;string password = &amp;quot;xxxxxxxxxxxxxxxxxxxxxxxx&amp;quot;;&lt;/p&gt;
&lt;p&gt;string JIRA_projectkey = &amp;quot;TES&amp;quot;;&lt;br /&gt;string JIRA_baseURL = &amp;quot;&lt;a href="http://192.168.1.2:9090/rest/api/2"&gt;&amp;quot;&amp;gt;192.168.1.2:9090/.../2&amp;quot;;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;string encoded = System.Convert.ToBase64String(System.Text.Encoding.GetEncoding(&amp;quot;ISO-8859-1&amp;quot;).GetBytes(username+&amp;quot;:&amp;quot;+password));&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>