I am creating an app to read Jira and its transitions from stage to stage. In the REST API you send an ID such as 10001, 10002, but I can't see this number in any place in the web app, so I can't configure this information in my app easily. I need to create an issue and move it in the entire board, to get the histories in the API and only after that, I can gather each ID I need. It is awful and a pretty weird architecture. Are you thinking in a way to help us providing a more robust information in the web app besides the "column name"?
Thanks.