JIRA Interview Questions
- What are the bug life cycle statuses?
- Open/To Do
- Issues that are created but not yet started
- In Progress:
- Work has started on the issue
- Resolved/Closed
- Work is complete, and the issue has been resolved
Reopened:
- The issue was considered resolved but has been reopened due to new issues or further work needed.
- Under Review : The issue is being reviewed or undergoing a quality assurance process
Blocked : Work on the issue is temporarily halted due to some external dependency or issue
On Hold : The issue is placed on hold, typically due to external factors or the need for additional information
Cancelled : The issue is no longer relevant or needed
In Testing : The issue is undergoing testing before being marked as resolved.
Deployed : The changes associated with the issue have been deployed to the production environment
Pending Approval: Waiting for approval before progressing to the next stage
- What could be the status of the Jira issue which will not complete the current release?
- Deferred
- The issue is postponed and will not be addressed in the current release
- Postponed
- Similar to "Deferred," indicating that the issue's resolution is postponed to a future release
- Next Release
- The issue is planned for the next release cycle.
- Future Sprint
- Indicates that the issue will be addressed in a future sprint or iteration
- On Hold
- The resolution of the issue is temporarily on hold, possibly due to external dependencies
- What are the differences between status and resolution?
- Status is about the current state:
- It reflects where the issue is in the workflow
- Resolution is about the final outcome:
- It indicates the result or reason for closing the issue.
- Status changes during the life cycle:
- An issue can move through different statuses
- Resolution is typically set when closing:
- When an issue is closed, the resolution is usually set to indicate why it was closed
- Customization:
- Both "Status" and "Resolution" can be customized based on the needs of the project or organization
Comments
Post a Comment