1
0
-1

We would need to sync Azure DevOps ‘Board columns’ to Jira (Private / Server license).

Is that item available to be synced or not?  It is available on ticket level, because it can be extracted from ADO using excel.

  • Ideally ‘Board column’ should be mapped to transition/status in Jira.
  • If that isn’t possible we would like to sync to a Jira custom field.
  • If this item is not available to sync, is there a workaround?  I’m thinking of copying the column name an the ADO side to a custom field and just sync that field? How could we do that?
    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Syncing to a custom text field works, but how can we map Board columns to Jira statuses?


      ADO OUT: replica.customKeys."BoardColumn" = workItem."System.BoardColumn"

      JIRA IN: issue.customFields."SOMECUSTOMFIELD".value = replica.boardcolumn


      How to sync work item fields obtained through a REST API call - Exalate Documentation - Exalate Documentation (idalko.com)

      1. Jillani Fazal

        I see. Similar sort of query was asked here in regards to Board Lane, please have a look: 
        How to obtain the Board lane from Azure DevOps?

      CommentAdd your comment...
    2.  
      1
      0
      -1

      Hi Jillani, no that article is not about syncing ADO Board columns.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi Filip Heyns 


        Please check this article and let me know if it serves the purpose: 

        https://docs.idalko.com/exalate/display/ED/Azure+DevOps%3A+How+to+Synchronize+Area+and+Iteration+Paths


        Regards, 

        Jillani

          CommentAdd your comment...