ADO Work Items Post Process:

Adds additional capabilities to the Veracode Flaw Importer, allowing for the linkage of issues (to an epic for instance), and default user assignment.

Prerequisite:

Usage:

After running a regular flaw importer, call this:

  # requires AZURE_API_CREDENTIALS environment variable (secret)  
  - template: post-process-work-items.yml 
    parameters:
      organization: '{{ORGANIZATION_NAME}}'
      project_name: '{{PROJECT_NAME}}'
      azure_base_directory: '{{azure_base_url}}'
      work_item_id_to_link: '{{WORK_ITEM_ID}}'
      user_to_assign: '{{USER_DESCRIPTOR}}'  #user descriptor
      tag_value_to_filter_issues: '{{TAG_TO_FILTER}}'
      convert_due_date: '{{true/false}}

Parameter descriptions: