In stories, on the right hand sidebar, there's a dropdown for "Customer Origin" with options for "Yes" and "No." Is there reporting on this such that I can see within a sprint or a release, which stories have this flag set to yes?
The customer origin is a custom field. You can create a JQL query that will find all issues. For example
project = abc and “customer origin” = yes
or
sprint in opensprints() and “customer origin” = yes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.