Hi there!
Whenever I try to add a new issue within an existing epic in my software project board, it doesn't end up showing in either my active sprint board or my backlog.
If I try to create a brand new issue and add it to my active sprint then it shows up on the active sprint board but otherwise, it doesn't.
I have multiple boards and this seems to work with all the other boards but not the one that I want it to.
Any suggestions on what I can do here?
I already checked my board settings and I don't have anything under the Unchecked Status column. I also don't have any special filters that would restrict any issues from showing up.
Not without add-ons.
Best you can do without add-ons is write an external script that you run after project creation, to have it add issues over the REST API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Nic has said, for it to work without any plugins an external application is required. You can configure webhooks for issue creation. Write a small Webhook listener and then using it, create sub-tasks using JIRA ReST.
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.
Anytime!
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.