How to Export power apps solution from one tenant to another tenant in azure devops? - azure-devops

How to Export power apps solution from one tenant to another tenant in azure devops ?

I believe you refer to PowerApps (canvas App).
usually Canvas APP or Powerapps is mostly been used where dataverse (CRM) is also been used.
We usually create a solution in Dataverse and add canvas app to that solution.
then using solution you can easily transfer/deploy your canvas app.
There are devops Tools provided by Microsoft. Take a look here

Related

Is there a way that we can create Azure DevOps work items using Rest API from Azure Logic apps?

I have been researching on how i can create/update a work item in Azure DevOps from logic apps using Azure DevOps rest apis? We need this for an integration with another CRM tool. Please reply if this can be done and how?
Thanks,
Gopal
You can either use this REST API in order to create work item. You will have to maintain PAT:
https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/create?view=azure-devops-rest-7.0&tabs=HTTP
Update work item:
https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/update?view=azure-devops-rest-7.0&tabs=HTTP
Or - what I would recommend - you can use Azure DevOps connector (for Logic App it is part of Standard Class):
https://learn.microsoft.com/en-us/connectors/visualstudioteamservices/
Create Work item task anchor:
https://learn.microsoft.com/en-us/connectors/visualstudioteamservices/#create-a-work-item
Update work item task anchor:
https://learn.microsoft.com/en-us/connectors/visualstudioteamservices/#update-a-work-item
Simple guide how to set up such task in Logic App:
https://codegumbo.com/index.php/2021/05/27/using-an-azure-logic-app-to-create-azuredevops-work-items-from-a-sql-server-dataset/
After reproducing from my end, I have received the same error.
You are receiving this because as soon as you try to hit the endpoint it asks for login which requires token and hence you are getting redirected. One of the workarounds to make this work is to provide required scope as mentioned in this official documentation.
One of the ways that worked for me is to use the DevOps Connector directly from logic apps. Below is the flow of my logic app.

Ways to provide read only views of subsets of DevOps work items

I use Azure DevOps to track work items and bugs for a project. I'd like to grant certain people external to the project a read-only view of work items that are related to them (eg. tagged Person X), but without having to grant them access to DevOps. I have been toying with the idea of setting up a flow in Power Apps to continuously update a shared excel spreadsheet based on work items in DevOps, but I fear I might be missing easier/better options. How would you provide a limited read-only view of a backlog to externals?
I'd like to grant certain people external to the project a read-only
view of work items that are related to them (eg. tagged Person X), but
without having to grant them access to DevOps.
For this issue , I am afraid that this is unachievable in azure devops. At present, there is no such permission setting in azure devops to restrict external people can only read work items with specified tag.
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 vote and add your comments for this feedback. The product team would provide the updates if they view it. Thank you for helping us build a better Azure DevOps.

ConnectWise <-> TFS synchronization

we are going to use TFS (Azure Devops) and ConnectWise Manage at the same time.
In short, we need to provide synchronization between those two systems when working with a working item / a ticket correspondingly, i.e. we can insert the reference to TFS working item into ConnectWise ticket - then corresponding TFS working item will be updated with ConnectWise ticket reference and vice versa. Also, some fields are to be re-used in both systems and updated.
I've started to look for the information, but seems cannot find anything basic - where to start from and how to implement this (how it will look like - some intermediate listener listening for both servers and updating items here and there or... ? What language to be used - is it some of .NET language using some specific framework? Or just some PowerShell scripts? What authentication is to be used? What settings do I need to ask our organisation to make in their Azure Devops / ConnectWise account? etc.)
Could you please point me in right direction?
I found a way to integrate Azure devops with ConnectWise Manage. You can try connect your Azure DevOps and ConnectWise Manage via Zapier. It's easy to connect Azure DevOps + ConnectWise Manage and requires absolutely zero coding experience.
You can synchronize between the two services by selecting a trigger and then selecting an action.

PowerBI - DevOps

How would I create a powerBI report that shows the real sprint burndowns but connecting to the AzureDevOps environment?
Is there a downloadable .pbix template available?
Regards
That's a nice to have option but yet to be available. There are many workarounds that you would try
Embed the reports from Azure DevOps burn down in Team Site / SharePoint Online portals
Create Power BI reports as per the need. The step by step approach is shown in Link
Thanks
There is no,you need create it your self.
Analytics views dataset design
Connect to Analytics with Power BI Data Connector

migrate cloud dataprep to a different account

I had to migrate my personal Account to a different email provider,
new Account is Organization Admin of entire GC project.
I can not see any dataprep flow from within my account but I can still access all flow from my old account, is there a quick way to grant access to other accounts and or migrate all the jobs at once?
As well mentioned by James, you need to export the flow from your old account to then import it into the new one. I recommend you to take a look on the following guides to get the step-by-step instructions to perform these actions:
Import Flow
Export Flow
Additionally, you can try to share or send a copy of the flow, which enables you to work with a completely independent version of the original.
Cloud Dataprep does not have a built-in way to migrate flows.
The next best approach may be to export the flows as Dataflow templates and then use them in the new account.