Which way is your "sync"? Jira updates other system? Other system updates Jira? Both?
How does your other tool expose automation or its API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Previously I created sub-tasks using jira rest API and that updates both jira and other tool. Now whenever admin changes the no.of columns in jira that should update automatically in other tool. As of now ,the columns are hard-coded in the other tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reconfiguring a board does not have any hooks you could use to attach code to that could send column change information to another system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible using jira rest api? If yes, how we can use jira rest api for syncing the columns? I have seen the column filters and soon using this link https://docs.atlassian.com/software/jira/docs/api/REST/7.8.1/?_ga=2.56075875.930806368.1521550038-167279217.1519820323#api/2/issue-createIssue.
I didn't get any information about this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your other system can request information from Jira about the board over the REST interface, but it will need to scan Jira regularly to make sure it stays in line with the latest information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.