Questions tagged [jira]
JIRA is a widely-used, proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and some project management functions.
55 questions
0 votes
1 answer
174 views
Agile Sprint Planning for Cross-Functional Teams (UX, UI, Dev) [closed]
We have recently started using Agile methodology implemented with Jira. We are struggling to decide how best to arrange Sprints, Epics, Stories, etc when working across different departments. For ...
-2 votes
1 answer
492 views
What should be the workflow for test management in JIRA
We are using Jira to track all our tickets and confluence for documentation. We intend to document the test cases covered on Confluence. Here are a couple requirements: Consider a development ticket ...
-3 votes
1 answer
3k views
"Dev to QA handover" process improvement
I would like to get some help or ideas to solve my problems, I just join a small company as junior project manager and I faced with 2 challenges sorry for my ignorance but I am new into the agile ...
2 votes
4 answers
6k views
The meaning of "Fix Version" field in Jira, while working in agile, microservices and CI/CD processes
When working on a monolith application in a "waterfall" process, a "Fix Version" field makes a lot of sense. Say you have the "November 2020" planned release, you can add/...
-4 votes
1 answer
98 views
Should User Stories be written for non-build requirements?
I am working on a project which is introducing a new Business Product, that is leveraging existing systems From a requirements perspective, they fall into all these types: A system change is required ...
0 votes
2 answers
226 views
How to automatically triage production runtime errors before creating Jira issues?
How do "you" handle runtime incidents (say, a null-pointer exception, or an API input data validation failure) so that you (a) don't miss any, and (b) aren't spammed by duplicates? Are you doing log ...
3 votes
2 answers
548 views
Reducing dependencies between stories & which branch (GIT) should QA's test on?
Background We have a team of 8 devs and 1 QA (tester) and we're struggling with dependencies between tickets and causing a lot of merge headaches and/or people waiting around for the next bit of work ...
0 votes
1 answer
166 views
Knowing what will get released in gitflow
We are a web SaaS company using gitflow and JIRA. As we are 'done' (QA approved) with a feature, we move the story/ticket forward in Jira to a 'done' status. At that point we wait until it gets ...