Jira Service Desk Installation - jira

I want to install Jira Service Desk in a Server.
After reading Atlassian Documentation I have some doubts concerning Jira Service Desk installation.
To install Jira Service Desk (Server), do I have to install Jira Software before doing it or both of them are different products who can be installed without having to install the other?

As I mentioned here, Technically JIRA ServiceDesk is a plugin on top of JIRA Software or Core. You can download ServiceDesk as a release as well but it will install JIRA and enable ServiceDesk by default. As a best practice I always install JIRA and then enable ServiceDesk on top of it.

Related

Unable to install plastic scm change tracker service

Anyone have any solutions to this error when trying to install the plastic scm cloud version on windows?
This error message usually suggests that a 3rd party is blocking the installation (i.e. anti-virus program). Try to disable any anti-virus program during the installation to confirm.
The Plastic SCM Change Tracker service is not very relevant for the Plastic cloud workflow. You should be able to open the Plastic GUI and connect to your server to see your repositories.

Jenkins connector in Microsoft team is not visible

i am trying to integrate jenkins build with Microsoft team and for that i used team 365 connector plugin. But the problem is that i can not find jenkins connector in microsoft team, i tried to search for jenkins in team connector but can not find it.
It's there. You can install it from here: https://appsource.microsoft.com/en-us/product/office/WA104380360?tab=Overview
If it doesn't show up in your version of Teams, it's because your administrator has disabled apps or Jenkins specifically. More information here: https://learn.microsoft.com/en-us/microsoftteams/admin-settings.
Now, you don't need anymore the "Jenkins connector" installed on Teams.
You could use the "Incoming Webhook" of Microsoft to get hook url.
See https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/what-are-webhooks-and-connectors
See https://teams.microsoft.com/l/app/203a1e2c-26cc-47ca-83ae-be98f960b6b2?source=app-details-dialog

Modifying Jira Server Add-on for Jira Cloud instances

I have developed Jira Server add-on/plugin for Jira 7 which now needs to be installed into a cloud instance of Jira. However on the marketplace-page of my plugin it says:
This hosting is not available for this add-on.
What do I have to do to make my plugin installable into a cloud instance?
The manner to create an add-on on Jira cloud is totally different from the one with Jira server. In this case, you need to extend and integrate with Atlassian Connect.
In fact, with jira cloud, your add-ons are web applications that are integrated into Jira via iframes. You can find the Atlassian connect documentation here: https://developer.atlassian.com/static/connect/docs/latest/index.html.
The Hello World tutoral is very useful to understand how Atlassian Connect works.
Note that Atlassian connect works for Confluence Cloud too.

Unable to uploading addon into JIRA through local file system

I want to integrate Jenkins with JIRA. Unable to found Jenkins JIRA plugin through search results, so downloaded jira-jenkins-plugin-1.4.8.obr file into local system and tried to upload into JIRA using "Upload addon". When I tried, its showing only "URL text box" but not "From my computer" text box. Picture is as follows: Can any one help out with this stuff please. Thank you!!
If you are using JIRA Cloud, you can only use Atlassian Connect add-ons, which are run themselves as cloud services. You cannot use any of the "Plugins 2"-style plugins which are uploaded as a .JAR or .OBR.
Your options are to:
find an Atlassian Connect add-on that does what you want (you can filter the add-on list on the Atlassian Marketplace site for Cloud-compatible add-ons),
download and host JIRA Server yourself, or
migrate to a third-party JIRA hosting service (like Seibert Media's Swift) that lets you install any of your own add-ons without restriction.

Automate upgrade of TFS Build servers on custom directory

The procedure for unattended configuration is well defined (Unattended Install of TFS 2012), while the setup part is obscure at best. The only known command is
tfs_server.exe /quiet
but there is no way to specify a different installation folder.
I have tens of build servers to upgrade from 2012.4 to 2013, and need to automate the process.
Got this response on Visual Studio official forum.
For the specify different installation folder in unattended installation scenario, please submit it to User Voice site at: http://visualstudio.uservoice.com/forums/121579-visual-studio. Microsoft engineers will evaluate them seriously.
In other words, it is not possible with current installer, i.e. TFS 2013.

Resources