3

Can Jira source a list of allowable-components from a set of articles (labeled things) in Confluence?

I am thinking that Jira Components, such as when they are restricted to a fixed list, represent agreed-upon items in the product chain. Confluence seems like a good place for such components to be specified, discussed, or otherwise elaborated upon.

I would really like my KB to drive the work in Jira, and give docs/context to that work. Can I do this?

New Alexandria
  • 269
  • 1
  • 5
  • 17

1 Answers1

2

You can't do this out of the box. You could write a full-fledged Java plugin to do it, or you could likely use the Script Runner for JIRA plugin to do most of the work.

You could also use an external script or application that talks to the APIs for Confluence and JIRA.

briantist
  • 251
  • 2
  • 7