I am trying to find issues from task board column or vice versa. I have searched Jira API documentation and plugin tutorials but haven't found anything.
I am writing a jira plugin to adjust fix versions depending upon which task board column they belong to. I know how to access issues, fix versions or statuses but I cannot figure out where to get task board related information from.
For example from this link (I'm a stackoverflow newbie so can't post pictures)
I would like to programmatically figure out that "To Do" column contains issues: CNET-2, CNET-3, CNET-4, CNET-5 while "In Progress" is empty while "Done" contains CNET-1.
Can someone please point me in the right direction? Any help would be greatly appreciated.