I need to pull a report that shows all subtasks filtered by sprint number. For example, I want to see:
- All subtasks that were completed in Sprint 1
- All subtasks that exist in the current active sprint
It's not possible to do this using Filters -> View all Issues -> Search, because subtasks are not assigned to sprints, only their parent issues are (even though subtasks do show a field identifying which sprint they belong to).
One possible work-around I came up with was to create a custom field (Sprint - Reporting) on Issues and subtasks, that automatically copies the value from the Sprint field. That way, I would be able to filter by that field. However, I am not able to figure out how to copy the value from the "Sprint" field to the custom field "Sprint - Reporting" using the Automation rules.
Is there any kind of work around that would provide a solution to my problem?
I am using Team-managed project.
Hi @Ryan Carl
How did you resolve this question beacuse we have the same issue with gadgets on Dashboard after enabled HTTPs redirection?
Thanks,
Samira
Hello,
Run the Instance health checker (coq item -> System ->Troubleshooting and support tools). Have a look if there are problems with dashboards. There will a reference to KB how to solve this problem.
Also make sure that the baseurl of Jira is set correctly (cog item -> General Configuration -> Base Url).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Base Url is set to https://servername:8443 which should be correct. But the health checker is complaining about the gadget feed url.
We are on Windows Server 2016 Datacenter. I do have forwarding from HTTP to HTTPS enabled in the Jira config utility.
here is a snippet of the error in the error log:
2018-11-07 14:22:05,230 https-jsse-nio-8443-exec-4 ERROR [c.a.g.r.internal.http.HttpClientFetcher] Unable to perform a request to: https://[servername]:8443/rest/gadgets/1.0/g/messagebundle/und/gadget.common%2Cgadget.project
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
BTW - We are on v 7.9.0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexey, How did you resolve this. Please let me know the workaround on this
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.