Skip to content

Commit adc7912

Browse files
committed
Adding issue tracker as metadata item of interest
1 parent 714b7c3 commit adc7912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/cli.py

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def prepare_mapping_registry(registry_file, output_file):
6868
mapping_set_title = mapping_table.metadata.get("mapping_set_title", mapping_set_id)
6969
mapping_set_description = mapping_table.metadata.get("mapping_set_description", "No description available")
7070
mapping_provider = mapping_table.metadata.get("mapping_provider", "No provider information available")
71+
issue_tracker = mapping_table.metadata.get("issue_tracker", "No issue tracker available")
7172

7273
# Add to registry entry
7374
registry_entry["mapping_sets"].append({
@@ -79,6 +80,7 @@ def prepare_mapping_registry(registry_file, output_file):
7980
"mapping_set_title": mapping_set_title,
8081
"mapping_set_description": mapping_set_description,
8182
"mapping_provider": mapping_provider,
83+
"issue_tracker": issue_tracker,
8284
})
8385

8486
# Add registry entry to combined data

0 commit comments

Comments
 (0)