The Jira integration is now available for use with Jira Cloud. A SystemWeaver button displays in Jira Cloud as shown below.
If switching your installation from Jira Server to Jira Cloud, add the OverrideScreenSecurity="False" attribute to the existing <Jira> tag in your Jira extension view configuration in SystemWeaver.
<JiraConfiguration> <Jiras> <Jira OverrideScreenSecurity="False"> <Name>Head-office</Name> <BaseUrl>http://jiraserver:8085</BaseUrl> <MainProject>ESP</MainProject> <CustomField>customfield_10200</CustomField> <Relationship Floating="True/False" /> <Epic> <EpicTypeId>10001</EpicTypeId> <CustomField>customfield_10004</CustomField> <EpicName>Epic issue</EpicName> </Epic> </Jira> </Jiras> <ItemType>I,SID2,SID3</ItemType> <ServerCode>DEMO</ServerCode> </JiraConfiguration>
Note: There are no changes to the SWExtension.Jira2.dll extension view file for the swExplorer client. The file can be used with either Jira Server and Jira Cloud type of installation. |