VSTS to Zendesk Plugin - azure-devops

We are trying to set up the Team Services to Zendesk app, but we are getting an error when we try to upload it into Zendesk, "Missing required key from translations/en.json: app.name". Anyone else gone through the uploading of this App, or have an idea of what we may need to do to overcome this error.

It’s caused by the Zendesk Apps framework (ZAF) V1 hasn’t been supported by Zendesk since Aug 1st 2017.
Beginning August 1st, 2017, Zendesk will no longer permit uploads of
new private apps using the v1 framework.
Learn more
To upload the private app (*.zip) to Zendesk, you should use framework v2.
I posted an issue to suggested change the code for vsts-zendesk-app with Zendesk Apps framework v2 correspondingly, you can follow up.
The work around for now is migrate farmework from v1 to v2 manually. You can refer Migrating to v2 for details.

try this app
https://www.zendesk.com/apps/support/integratecloud-connector-for-vsts/?q=mkp_vsts
Azure DevOps (VSTS) Integration App by IntegrateCloud, allows the users to create Azure DevOps (VSTS) work items right inside the Zendesk form. It also allows you to link existing Zendesk tickets to an existing Azure DevOps (VSTS) work items. In addition, it allows Agents to notify the Azure DevOps (VSTS) team, by sending comments inside Zendesk Support.
We also support customization based on customer request and tailored to your needs! We bring Azure DevOps (VSTS) closer to your business model!
The App has 5 buttons, 'New Work Item', 'Link Issue', 'Link to Work Item', 'Notify' & 'Show Item Comments'.
-New Work Item: When clicked on the New Work Item tab, select the type of work item you want to create Bug, Epic, Feature, Task, User Story etc. Based on the selection it will load all the Azure DevOps (VSTS) fields. The User can make the selection and click on Create button which would create work item in Azure DevOps (VSTS) and then display the corresponding Azure DevOps (VSTS) work item Id in the App.
-Link to Work Item: This tab allows you to link an existing Zendesk Ticket. It can be linked to one work item in Azure DevOps (VSTS) .
-Notify: This tab allows the user to send notifications to the Azure DevOps (VSTS) team which would show up as comments in Azure DevOps (VSTS) .
-Show Item Comments: This tab shows you all the linked Azure DevOps (VSTS) work item comments log to current Zendesk ticket.

Related

Adding a new tab with HTML content in Azure DevOps build result

I want to add a custom tab in the Azure DevOps build results page, next to the Summary tab.
Exactly the same questions were asked by different users in 2019. But the sample repo shared is outdated and never updated for more than 5 years.
https://github.com/microsoft/vsts-extension-samples/tree/master/build-results-enhancer
What is the extension points to be used for the same?
All other searches point to the same old repo.
Azure DevOps add custom Tab to Build Summary
Check out the newest documentation on extension development using the Azure DevOps Extension SDK. The new Azure DevOps extension sample uses a new Azure DevOps SDK along with the React-based components in the Azure DevOps UI library described in this site.

Where can I find a full feature comparison of ADO Server 2020 vs ADO Services?

From the point of view of an team admin and user.
Particularly interested in planning tools and boards.
There is no such documentation. However, you can compare some features on this page: Azure DevOps Feature Timeline.
Additionally, Azure DevOps Service continually gets new features. To get new features on Azure DevOps Server, you have to update it.
Example of the last changes on the server on service:

Run Azure DevOps extension in the background

Is it possible to run Azure DevOps Web extension when you open any azure devops page?
Probably, there is exists something like "type": "ms.vss-web.azure-load-action" that starts when you open Azure DevOps Website.
In common way, extension contribution runs in a certain scenarios, like - opening hub, opening context menu, etc. Can you run an extension contribution in global context - after azure devops website was opened?
PS. I'he already searched in the VSTS samples, extension points and azure devops extension samples
Thank you, have a nice day!
Unfortunately, extensions don't support "load action". We use extensions to enhance Azure DevOps and Team Foundation Server (TFS) with new web experiences, dashboard widgets, build tasks, and more. You may submit a user voice at website below:
https://developercommunity.visualstudio.com/content/idea/post.html?space=21

New Service endpoint

I am following along the tutorial with SmartHotel360 and trying to set it up. In the README.md, it says 'In VSTS, navigate to Services by clicking on the gear icon...' and this is to create a new service endpoint. Where is this done? What is VSTS? Visual Studio Team Server? Do I first make a branch of the SmartHotel360 and open this in Visual Studio? What if I am using one email account to access the code where the tasks are assigned and another email to complete the courses? Does this make a difference?
I guess my question is, where is this VSTS? Is this where I view the SmartHotel360 code?
Azure DevOps Services was formerly named Visual Studio Team Services (VSTS) -- rebranded as Azure DevOps in 2018. So the tutorial you followed should be before 2018.
The github README.md about SmartHotel360(like this) are retired, archived, and no longer supported. For the latest sample references please visit: https://aka.ms/tailwindtraders & https://aka.ms/rpsls
To interact with Azure, you'll need to create a Service Endpoint in Azure DevOps. This endpoint includes the authentication information required to deploy to Azure. This document gives a guide to configure Service Endpoint in Azure DevOps, please refer to it.

Gitlab to azure boards integration

Is it possible to integrate Azure Boards with gitlab. I would like link my tasks/stories in azure boards to commits in gitlab (hosted version). Documentation talks about Azure REpo and GitHub integration.
Is it possible to integrate Azure Boards with gitlab
For this issue, I am afraid it is currently unachievable in azure devops. Only extension that integrate gitlab with azure pipelines is currently provided.
When we click on the add link button in the Development of the work item, there is no gitlab option in the Link type drop-down list in the popup box.
You could add your request for this feature on our UserVoice site, which is our main forum for product suggestions. After suggest raised, you can comment and vote it there. Our PM and Product Group are reviewing these suggestion regularly and considering take it as plan.