How to maintain Work Item traceability in azure devops - azure-devops

We have requirements for our project in excel format. Now i want this requirement to be upload into azure devops as work items. I have created epic ->Feature-> product backlog item -> task. we have many to many relationship among these items. We also need to create some other custom work items for scenario and use cases. These are also linked with many to many relationship.
How could i upload these data into azure devops with this complicated mapping so that nothing from the requirement will left over.
How to bulk upload this many to many mapping.

How to bulk upload this many to many mapping.
As far as I know, you could use the Tree list in Excel to bulk upload the work items.
You could create the work items with Parent-child link. Then you could add additional relationships between the work items(e.g. related , referenced).
Here are the steps:
Step1: Connect the Azure Devops Project in Excel -> Teams. Then select new list -> Input List.
Step2: Use the Add Tree level option to convert the list type to Tree type(Parent/Child).
Step3: Create work items with parent-child relationship and Publish to Azure Devops Project.
Step4: Click the Links and Attachments -> Link to to add additional relationship.
Then click the publish option to update the relationship.
In this case, all relevant relationships will be reflected in azure devops.
For example:
For more detailed information about the upload steps, you could refer to this doc.

Related

Copying contents between sections in the same course on moodle

I need to copy contents of a section to another section (or clone the existing section) in the same course on moodle. I've seen some documentation on how to copy contents from one course to another but I didn't find any resources on how to copy within the course. In the image attached, there is a section "Batch 2-2021". I want to make a new section "Batch 2-2022" and copy everything from "Batch 2-2021" into it. Is it possible? Any help would be appreciated.
There is a duplicate button for an activity
Go to a course
Turn editing on
Click the edit dropdown menu for an activity, select duplicate
Click and hold the move icon of the duplicate, then drag and drop on the new section
https://docs.moodle.org/400/en/Reusing_activities
In core Moodle, you can only duplicate activities or courses, not sections. However, this functionality is available in the Mass Actions block: https://moodle.org/plugins/block_massaction
Install the block on your site and add it to the course. There are options to select all of the activities in a section and duplicate them into another section, along with many other options to apply the standard actions to multiple activities at once.
If you cannot use the Mass Actions block for some reason (on hosted Moodle site, for instance), the fastest way in core Moodle to copy a section would probably be to use a course backup. When you create the backup, you can select only the a particular section of activities. You can restore the backup into the same course, merging the data, which will create duplicates of the activities. Unfortunately, they can only be duplicated into the same section, so you'll have to manually move them to the new section. Depending on how many activities you're copying, this may not be fast than just individually duplicating and moving the activities, so the Mass Actions block is still the best option.

Extract project and Report level metadata from obiee12c

As we have below command to extract all the projects/reports from obiee12c analytics
exportServiceInstance( '/oraclehome/user_projects/domains/bi','mycompany.facility', '/workDir', '/scratch/exportDir')
This command provided extracts all metadata information of every projects and folders and report present in analytics as a archived bar file.Is there any other way were I can get metadata information of particular report or project which I need and not all the projects as a bar file or any?
OBIEE comes with several client tool with the "Catalog Manager" being the admin tool of choice for handling catalog-related tasks like yours. It exists as a GU and a command line both so you can also automate/script repetitive tasks like reporting on your reporting objects.
Have a look at the official documentation as it's too much text to just post into an answer here and you may come across things you want or need in there which go beyond your initial question here:
https://docs.oracle.com/middleware/12211/biee/BIESG/GUID-E804B1AF-B792-4929-BE47-33CA0F668715.htm#BIESG340
I you only need the reports you can export your reports folder directly from the catalog in OBI web interface or using "Catalog Manager" as suggested by #Chris.
For the repository you can connect Online to your server then from file -> Copy As
Note : exporting the service instance is used for environment migration, it's easier to move all what you need with one bar file (for example having DEV PROD environments).

Is there a way to save all the Azure DevOps work item with links, attachments in excel?

We are trying to save all the Azure DevOps project data. In that process, I would like to know whether we can download all the work item data (i.e; along with links, child items, attachments, etc.)in excel?
We are trying to save all the Azure DevOps project data. In that
process, I would like to know whether we can download all the work
item data (i.e; along with links, child items, attachments, etc.)in
excel?
We can't download all the work item data in excel. The easily way to export work item data is Export to CSV option, check Export list as CSV. You can specify the the data types you need in the csv file via Column Options:
It supports Work Item Types, States,Tag, Priority, Parent and many other types. However it doesn't support data like attachments. The attachments are always binary files, you need to download them via web portal or Rest API.
You need to go to your Backlog with all your items unrolled, then go to column options, add a Parent column, click on OK, then when you go back you can see all your items with their parent link. click on the first Item, then click on Tab + down arrow, until you select all items. click on Ctrl + C, then paste it on excel, it should work, if not try with word.
If 'Export to CSV/ Send as mail' suits the requirement go with it. If not install azure devops office integration and connect to excel.
Export work-items to Excel

Creating a database like metadata model in IGC using Open IGC Bundles

I am trying to create database like metamodel in IGC using Bundles which will be having Tables, Columns, Physical and logical models, Primary and Foreign Keys. How can I create relationship with Key and Columns using custom assets like we have existing one in IGC?
IGC allows you to extend the Catalog and introduce new types of Assets, where you can manage their structure and display. The management of such new Assets is via the supported IGC REST, and you may use the IGC REST Explorer to initially test and publish bundles and post details of such Assets. The default URL for the IGC REST Explorer is: https://YOURSERVER:9443/ibm/iis/igc-rest-explorer/
If you expand the section Bundles - you can use the action: post /bundles/ to create a new set of Assets - Terminal Applications. Use the attached bundle archive.
Additionally - you can use the action: post /bundles/assets to create the instances of such Assets. Copy the contents of the attached file.

Export and Import of an organisation in Jasper

I was wondering if there are any options to export entities / configuration from Jasper. As Jasper doesn’t have an option to disable data sources, I am considering the possibility of backing up / exporting selected entities from Jasper and then delete them.
Later I can use the backup to import the entities if required in future.
I am considering the following items.
Data source
Ad-hoc Views
Ad-hoc Reports
Basically, I want to backup everything under an organization.
I think from Jasperserver 6.3.0(maybe some earlier version) jasperadmin can export entire organization.
This is from the doc:
To export organizations:
Log in as an administrator that has access to the organizations you want to export. For example, to move an organization, you must log in as the administrator of the parent organization.
Select Manage > Organizations to display the hierarchy of organizations.
In the left-hand panel, right-click the organization you want to export and select Export from the context menu.