How to create project intake in collibra - eclipse

My task as beginner for Collibra Metadata team is to create project intake button on collibra through workflow can anyone help me what does that mean and what I have to do ?

Related

Azure Devops Services - Change Team project from one hosted process to another

everybody.
We have just successfully migrated from ADServer 2019 to ADServices.
We have a single custom process template that is used for all Team Projects. After migration, each team project has its own Process Template, as expected.
However, as all migrated Process Templates are equal, I would like to group all Team Projects in a single Process Template.
In order to do that, I do these steps:
Go to Organization Settings
Select Process
Click on one of my hosted process templates
Click on "Projects"
Click on "..." and select "Change Process"
A pop up appears, where I can select the target process I like to change. It's important to note that all hosted migrated process seems to be avaliable for the change.
When I select another hosted process, and click "Ok", the message "The feature is disabled. Contact your Azure DevOps Server administrator." appears and the change can't be done.
I have been looking how to enable this feature with no success.
Has anyone had this situation?
If is not possible to do that, is there any way to import the future changes of my process template via command line, in order to update all my team projects ?
Thanks in advance for the help.
Regards,
Alba
We evaluated this situation with MS and the answer is that there is no way to make this change of process template between team projects belonging to different hosted process template, even though the process templates are equals.
As we cannot change our Process Template to hosted process by now, our solution was making a script using AD api, in order to make a bulk update of all process templates for all our team projects.
See https://learn.microsoft.com/en-us/rest/api/azure/devops/processadmin/processes/import%20process%20template?view=azure-devops-rest-6.1
From the screenshot, you were trying to change the process used by the team project from a hosted xml to an inherited process. For your scenario, you need to
cloned your Hosted XML process to an inherited process.
Change a project from Hosted XML to an inherited process.
An useful blog for your reference:
https://devblogs.microsoft.com/devops/moving-from-hosted-xml-process-to-inherited-process-ga/

Azure DevOps project level build service does not come visible on old projects

I have one older project in my Azure DevOps organisation that does not have this "project Build Service" account in Project Settings=>Repos=>Security. If I create a new project in my organisation then I can get it there just fine.
How could I get that project Build Service account to my older projects as well?
How could I get that project Build Service account to my older projects as well?
I am afraid there is out of box way to get that project Build Service account to your older projects.
As workaround, you could add a group for that project Build Service account on the Organization Settings->Permissions, add members in that group.
Then, go to Project Settings->Teams->select the Team project-> Add users and/or groups:
After that, we could search that group in the Repos=>Security, do some change in the permission and save it:
Hope this helps.

How to change a project from Scrum to CMMI in VSTS

We migrated a project from TFS 2015 to VSTS recently as a Scrum project as it was in TFS. But we want the project to be using the CMMI process template.
Now, how can we migrate the existing project from Scrum to CMMI process template?
According to MS documentation (here) ...
You can change the process a team project uses from a system process
or inherited process to an inherited process. You can only change team
projects to use another process that inherits from the same system
process. That is, you can change an Agile-based team project to any
process you created from the Agile system process as well as to the
Agile process. Whereas, you can't change a Scrum-based team project to
an Agile-derived inherited process.
But you could still create a new team project based on CMMI and then move your source code and workitems to that new team project. To move workitems you can export them to Excel, create a new Excel connection to VSTS, that is connected to the new team project, and then copy the workitems and pushing them from the new Excel file into the new project.
You can custom a process when using Hosted XML, the changes made to the process template are then applied to all team projects using that process.
More information: Customize a process when using Hosted XML

Migration in TFS 2017 from Scrum to Agile

Is it possible to migrate all data from Scrum dashboard in TFS 2017 to Agile board with all history automatically?
The dashboard are not support to migrate. You'd better tell what specify data you want to migrate.
For on-premises TFS, process template are also not support to change. But in VSTS, you could change the process template of a team project.
Update:
Workitems does not support to move from one team project to another. But if the source team project and the target team project are in the same collection, the workitems of source team project could be accessed in target team projects without migration.
In the target team project, create a query to find out workitems in source team project. Then create a chart for this new query and add it to dashboard of target team project.

Tranferring User Stories from Rally (CA Agile Central) to Visual Studio Team Services

I have been using Rally (CA Agile Central) for a little over a year now. I am looking for some way to transfer all of my User Stories from Agile to Visual Studio Team Services (was Visual Studio Online). The links on the Rally site don't seem to work at all, does anyone know of a good way to do this? I need to do this once, not keep it in sync.
I found OpsHub, which says it can do this, but its a synchronization service that costs way too much. Looking for the one time transfer solution.
You can use Microsoft TFS 2015 for Work Items to do this.
The connector provides five services to synchronize objects between CA
Agile Central and TFS:
Copy work items created in TFS to CA Agile Central (defects, user stories, or test cases only)
Copy work items created in CA Agile Central (defects, user stories, tasks, or test cases only) to TFS work items
Update CA Agile Central work items based on changes made in TFS
Update TFS work items based on changes made to CA Agile Central work items
Update CA Agile Central fields and TFS fields (may not be used in conjunction with the other update services)
Refer to this link for details: Microsoft TFS 2015 for Work Items Installation & User Guide.