JIRA
JIRA
product owner:-
creatings epics and stories
Scrum master:-
creating the sprint
adding stories to the sprint
adding sub tasks to story
Testers Developers:-
adding subtasks
creating bugs
https://www.softwaretestinghelp.com/interview-questions/top-20-most-important-jira-
interview-questions-and-answers/
https://www.janbasktraining.com/blog/jira-interview-questions/ nice site
Defect management tools or say Bug tracking tools have been a part of software
testing and development cycles for years. “JIRA” is an incident management tool,
developed by Atlassian, which is commonly used for defect/issue tracking as well as
project management.
This defect tracking tool is not only used for convenience-related features like
recording, reporting but is also integrated directly with code development
environment.
JIRA is an efficient tool and has the capability to track any kind of
defects/issues. Agile projects are also supported by JIRA.
Bugzilla
JIRA
It is an Open Source
It is a commercial tool
Using Bugzilla might be little complicated for few due to grouping users and
granting permissions For some using JIRA would be more convenient than
Bugzilla
Bugzilla allows you to show/hide the whole custom field or specific values based on
the value of some other field JIRA enables conditional configuration based only
on Type fields and Project.
Unlike JIRA, Bugzilla allows users to select the initial status of a new issue.
Unlike Bugzilla, JIRA enables you to define multiple workflows which are applied
based on the issue’s Project and Type.
Bugzilla has only one link type: Blocks/depends and a Bug ID custom field
JIRA has configurable link types with user-defined semantics.
Answer: Atlassian JIRA is basically an issue and project tracking tool which allows
us to track any project related work by following a proper workflow. Enlisted below
are few reasons which determine the usage of JIRA:
Answer: Workflow defines the series of steps or stages an issue/ bug goes through
during its lifecycle from creation to the closing of the issue.
The workflow here includes the creation of an issue, series of actions performed to
fix the issue and the last step includes the closing or say completion of the issue
after verification. This can also be understood by the below diagram:
jira-workflow
Answer: There are multiple reports available in JIRA which are used to show the
project statistics throughout the project life cycle.
There are general reports available for analyzing issues as well as different
reports for Scrum projects and Kanban projects.
Following are the general reports generated as and when required for analyzing
issues:
Sprint Report
Control chart
Burndown chart
Cumulative Flow diagram
Epic Report
Release Burndown
Velocity chart
Version Report
Control chart
Cumulative Flow diagram.
For generating reports for your project, follow the below steps;
switch-report
Q #4) Explain the step by step procedure of how an issue is created in JIRA.
1) Log in to your JIRA account by using valid credentials and get directed to the
dashboard.
2) Click on ‘Create’ button displayed and you will be navigated to a window for
creating an issue.
3) Enter all the necessary details as required to create an issue. As you can see
in the below image:
In Project field, project for which we are creating an issue is selected. In this
example: STH_Learning(STHL) is selected from the dropdown containing all the
available projects.
In Issue type field, the nature of the issue is selected from the dropdown which
contains option like Bug, Task, Improvement, Story, New Feature, etc. In this
example, ‘Bug’ is the nature of the issue.
Summary field contains the one line title of the issue which imparts the critical
information about the issue in a summarized way. The more effective the issue
headline, the more you can show the criticality of the issue. Of course, the
headline should be easily understood without any chances of misinterpretation.
The example I have taken here, however is not much critical.
The Reporter is the one who reports the issue. In most of the cases, the name of
the Project manager is selected in this field.
In Description field, the detailed description of the issue is written. As you can
see in the below example screenshot, Steps to reproduce the issue, Actual result,
Expected result are included in the description.
In Affect Version field, the current build version the project is selected in which
the issue has been encountered.
Fix version field is basically selected by the concerned developer people, who
choose the version as and when the work for the particular issue has been finished
and the issue has been fixed.
Priority field defines which issue should be considered first to be fixed. Tester
selects the priority of the issue from the dropdown based on its effect on the
application. This example issue is basically of a Medium priority.
In Environment field, operating system and browser details are mentioned on which
issue has been encountered.
create-issue-1
create-issue-2
4) After all the details have been completed, Click on ‘Create’ button displayed on
the window to create the new issue.
5) Issue id is generated which can be used in future reference for tracking the
progress of the issue.
Answer: For any particular issue in JIRA, 3 colors like Blue, Green and Orange is
used to denote the amount of time spent on any particular issue. This information
is displayed under ‘Time Tracking’ section. Each colour has its own significance
like;
Blue: This color is to denote the ‘Original Estimate’ i.e. the time estimate to be
invested in resolving the issue. This field has been labeled as ‘Estimated’.
Orange: This color determines the time left for resolving the issue. This field has
been labeled as ‘Remaining’.
Green: This color defines the actual time that has been used or say spent in
resolving the issue so far. This field has been labeled as ‘logged’.
time-tracking
Q #6) For any particular issue, what all are included under change history?
Answer: Change history section displays the activities of changing any records with
information regarding the person who has made the change as well as the time at
which the changes have been made.
The change history also displays the information about the old and new field values
in the case of the change in any field.
Q #7) Mention a way with which an issue can be shared with other users in JIRA.
Answer: An issue can be shared with other users in JIRA by using the share option
available on the issue description page.
share-option
When share option for any particular issue is clicked, it contains the link to the
issue to be shared along with ‘Username or Email’ and ‘Note’ field that has to be
filled.
share-option-1
Label for a particular issue can be initially set at the time of creating the
issue, while it can edit also within the issue. Label field is displayed under the
‘Details’ section as shown below in the figure:
labeling-issue
Answer: As the name itself defines, Linking means the association between the two.
In the same way, in JIRA issue is linked with any other issue in cases like:
linked-issues
Linked issue section contains the dropdown for the options to be selected as the
reason for linking the issue. As per the selected option, the suggestion of the
issues to be linked in displayed in ‘Issue’ dropdown.
linked-issues-1
Linking of issues can be done either on the same or different JIRA servers.
Answer: The first page which is displayed whenever we get logged in to JIRA
application is ‘Dashboard’ which is basically the default or system dashboard.
A personal dashboard can also be created and designed by adding different gadgets
and can be edited also as and when required. These gadgets are the means to display
the project progress in terms of issues, etc.
copy-dashboard
create-dashboard
5) After creating a dashboard, you get navigated to a page where there are multiple
options to select and add gadgets to your dashboard.
add-gadgets
6) There is also an option available to choose and edit the layout of your
dashboard.
Any particular Dashboard can be edited, copied, shared, delete from the Manage
dashboard section.
Answer: Scheduling the issue means scheduling the work of issue for a particular
‘due date’.
For this function to work, one must have ‘Schedule issue permission’ by JIRA
Administrator. In this case, a field with ‘Due Date’ is being populated.
Answer: Every project has some main attributes which have to be displayed in the
project summary.
activity
As you can see from the image, the middle display area of the page shows the
‘Activity’ screen containing details on the activities done on issues or project.
The right hand side section displays the basic information about the Project like
Project Lead, Key, Issue Status, etc.
The left hand side contains various options like Components, issues, Reports,
Active Sprints, etc. The related information is displayed as per the selection from
the option.
For Example: If I select the ‘Issue’ option, the below displayed screen will
appear.
issue-option
Q #13) What are issues types that are created and tracked via JIRA?
Answer: JIRA has some defined set of default issue types which are displayed under
‘Issue Type’ section.
Other issue types can be added, edited and deleted as per requirement of the
project. Some of the common issue types are Bug, Task, Sub-task, Epic, Story, etc.
Their details can also be seen under Issue type section as shown in the below
figure.
administration
An issue type scheme determines which issue types will be available to a set of
projects. It also allows specifying the order in which the issue types are
presented in the user interface. There are two types of issue type schema:
Answer: Sub-task is the way of splitting up of parent issue into a number of small
tasks which are tracked and worked on separately.
The parent issue contains the information of all its sub-tasks which can be only of
the same project. A parent issue cannot be closed unless and until all its sub-
tasks are closed. A sub-task has the same fields as that of any standard issue but
their issue types are different.
Now, let us see step by step how a sub-task is created. I have created an issue in
the below example for the understanding creation of sub-task.
1) Open a parent issue by searching with an issue id or create any new issue id.
2) On the right hand side of the issue description screen, you will see “…” . Click
on it and options are displayed.
3) Click on Create Sub-task from the displayed dropdown option.
create-sub-task
create-button
6) Now the created sub task gets added to the parent issue under sub-task section
as shown below in the figure:
sub-task-section
7) There are also options available to convert an issue into a sub task as well as
sub task into an issue.
In this condition, a clone of the original issue is created which consist of same
information as is present for the original issue. Cloning of the issue is done so
that multiple users can work on the same issue, however, the operation done either
on the original issue or clone issue has no effect on each other.
All the information of the original issue are cloned expect few as mentioned below:
Time tracking
Comments’
Issue history
Status and Resolution
Let us see how to create a clone of an issue:
1) Open any issue by searching with an issue id or create any new issue id.
2) On the right hand side of the issue description screen, you will see “…” . Click
on it and options are displayed.
3) Click on Clone from the displayed dropdown option.
clone
create-button
Answer: Kanban boards are created for the projects where the team has their prime
focus on visualizing the workflow and managing the project’s work in progress.
The most important feature of Kanban board is that it is found in work mode because
the projects do not have their work as planned.
kanban-software-development
example-of-creation
In the case of Kanban, the incoming task is given more priority and hence it is
considered as the best methodology for cases like bug fixing and maintenance
release.
Q #17) Mention one similarity and one difference between JIRA Scrum and JIRA
Kanban.
Answer:
Similarity: Both JIRA Scrum and Kanban is considered as the most powerful process
tool for optimization of work and the processes as both processes focus is on
continuous optimization and visualizing the workflow. In these cases, large and the
complex tasks are broken down and each individual tasks are worked on and completed
efficiently.
Difference: Scrum board is the work mode where progress of sprints and tracking of
its work is done. Here the team determines the list of issues that has become
backlog and then these issues are moved to sprints as per team plan.
In the case of Kanban board, the work in progress activities is being maintained
and their process flow is tracked. Here the team decides the increase and decrease
of the number of issues that is to be displayed in each status of the workflow.
Answer: Some of the most useful JIRA add-ons are listed below:
Jenkins-CI
Usersnap
Slack
HipChat
GitHub
PagerDuty
Tempo Timesheets
Workflows
Issue types
Custom fields
Screens
Field configurations
Notifications
Permissions
Answer: Security setting for any issue is defined or say set either at the time of
creation of the issue or while editing the issue.
The basic reason for security setting is to restrict the user access to the issue
so that not all users are able to work on that issue. Security setting also allows
the access of the issue to the member of chosen security level.
https://www.softwaretestingmaterial.com/jira-interview-questions/
1. What is JIRA?
JIRA is an issue tracking product developed by Atlassian which allows bug tracking
and agile project management. The name “JIRA” is inherited from the word Gojira,
the Japanese word for Godzilla, which is a reference to a competitor Bugzilla.
JIRA
BUGZILLA
JIRA is a commercial tool
Bugzilla is an open source tool
JIRA is a user friendly tool compared to Bugzilla
Bugzilla is not so friendly tool compared to JIRA
Drag and drop issue prioritization is available in JIRA Drag and drop issue
prioritization is not available in Bugzilla
JIRA has configurable link types with user-defined semantics. JIRA also has
pluggable remote issue links, that allow to link an issue to any other entity
outside JIRA Bugzilla has only one link type: blocks/depends, plus a Bug ID
custom field
Unlike Bugzilla, JIRA allows to define multiple workflows which are applied based
on the issue's Project and Type Unlike JIRA, Bugzilla can let users select the
initial status of a new issue
Custom field types available in JIRA are too many to list, and even more custom
field types available from plugins Custom field types available in Bugzilla are
Text fields, Multi-selection, Drop-down, Date/time, Bug ID
JIRA allows conditional configuration based only on Project and Type fields
Bugzilla lets you show/hide the whole custom field or specific values based
on the value of some other field
JIRA lacks advance-level search options. JIRA has flexible JQL language (JIRA Query
Language) that allows you to build arbitrary boolean expressions Bugzilla's comes
with a powerful advanced search option
You can either change native components in JIRA to meet test case management needs
or you can use one of the add-ons available in Atlassian Marketplace (Example:
Zephyr of JIRA)
JIRA Workflow
6. Explain working with workflows in JIRA?
A JIRA workflow is a set of statuses and transitions that an issue travels through
during its lifecycle and normally represents processes within your organization.
There are pre-defined built-in workflows that can’t be edited; however, you can
copy and utilize these workflows to create your own.
You can manage status and transitions: add, click and drag, or select to edit
properties to rename, or delete
You can add a global transition that permits different status in the workflow to
transition to the selected status. Select Allow all statuses to transition to this
one in the properties board for the transition.
You can change the screen that a transition uses.
You can configure advanced transition options such as conditions, triggers,
validators, and post functions.
Control chart
Cumulative Flow diagram
13. Name some reports generated by Scrum projects in JIRA.
The reports generated by any Scrum project in JIRA are
Sprint Report
Control chart
Burn down chart
Cumulative Flow diagram
Epic Report
Release Burndown
Velocity chart
Version Report
14. Name some reports generated in JIRA for the issues tracking and analysis.
Following are the general reports generated as and when required for analyzing
issues:
Average Age Report
Created vs Resolved issue Report
Pie Chart Report
Recently created Issue Report
Resolution Time Report
Time Tracking Report
User Work load Report
Version Work load Report
Workload Pie chart Report
15. What is an issue in JIRA?
Different organizations use JIRA to track various types of issues, which can
represent anything from a software bug, to a project task, or a leave request form.
Issues are the building blocks of any JIRA project. An issue could represent a
story, a bug, a task, or another issue type in your project.
17. What are the color indicators in JIRA and mention their significance?
There are three color (Blue, Orange & Green) indicators in JIRA. Issue tracking
becomes easy with different color representation. These three colors are used to
denote the amount of time spent on any particular issue.
Blue Color: Blue color denotes Original Estimate i.e., the estimated time to
resolve an issue
Orange Color: Orange color denotes Remaining Estimate i.e., the remaining time to
resolve an issue
Green Color: Green color denotes Time spent or Logged i.e., the total time spent to
resolve the issue
18. What elements are included under the change history for any particular issue?
Change history for any particular issue includes the following
Issue Type: If your issue is a custom issue type that does not exist in your target
project, you must choose a new issue type.
Issue Status: If you have assigned a custom status to your issue, and it does not
exist in your target project, you must select a new issue status for your issue.
Custom Fields: If you have defined required custom fields for your issue that does
not exist in your target project, you must set values for them.
A clone issue is a different entity from the original issue. Tasks of the original
issue has no impact on the cloned issue and vice versa.
Summary
Description
Assignee
Environment
Priority
Issue Type
Security
Reporter
(If you do not have the Modify Reporter permission, the clone issue will be created
with you as the Reporter.)
Components
Affects Versions
Fix For Versions
Issue Links (optional)
Attachments (optional)
Project
(Once the clone has been saved, you can move it to another project as described in
Moving an Issue.)
The content of custom fields is also cloned.
28. What are the things that are not cloned from the original issue?
Things that aren’t cloned:
Time tracking
Comments
Issue History
Links to Confluence pages
Navigate to the issue you would like to be the parent issue of the sub-task you are
about to create.
Select More > Create Sub-Task. You will see the Create Subtask screen.
Fill in the details as needed, and then click Create at the bottom of the page.
32. How to create Kanban board in JIRA?
Let’s see step by step process of creating Kanban board in JIRA
Log In to the JIRA application using valid credentials and get navigated to the
dashboard.
Click on Project dropdown and select Create Project.
Select Kanban Software development and click Next.
Enter all the necessary details and click Create.
Navigate to components screen, hover over the relevant component to display the
Delete button.
You will be prompted to connect these issues with another component if you wish.
36. What are the Version control systems we can integrate with JIRA?
JIRA can be integrated with version control systems such as Git, Subversion, Visual
SourceSafe, etc.,
37. Explain how you can edit multiple issues at the same time?
Editing multiple issues at the same time can be done by performing a bulk
operation. To perform this bulk operation, you will need the global Make bulk
changes permission and the relevant permission for each project.
39. What is the importance of JIRA Dashboard? How to create a new Dashboard or
customize the existing dashboard in Jira?
A dashboard is the first page you can see when you logged in to the JIRA
application.
This is a default dashboard that is common for all JIRA users but you can create
your own dashboard as per your requirement.
You can design your personal dashboard by adding different gadgets.
Follow the below steps to create a dashboard in JIRA.
1) What is JIRA?
2) What is a workflow?
Created/Open
WIP ( Work In Progress)
Completed/Closed
Software bug
The project task
A help-desk ticket
The leave request form
It integrates with source control programs such as CVS, Git, Subversion, ClearCase,
Visual SourceSafe, Mercurial, and Perforce.
Yes, it is possible to access JIRA cloud site via a mobile device. You have to use
the URL of the JIRA cloud site in your mobile web browser.
Labeling Issue:It enables you to categorize an issue in a more informal way than
assigning it to a component or version. You can then search issues according to the
label.
LinkingIssue: This feature enables you to link an association between two issues on
either on the same or different JIRA servers.
JIRA offer reports that show statistics for projects, versions, people or other
fields within issues. Various reports included with JIRA are
Cloning as issue allows you to create a duplicate of the original issue so that
many employees can work on a single issue within a single project. The clone issue
can be connected to the original issue. A clone issue holds following the
information
Summary
Description
Assignee
Environment
Priority
Issue Type
Security
Reporter
Components, etc.
11) What are the things not included in cloned issue in JIRA?
Time tracking
Issue History
Comments
12) What is the use of “Move Issue” wizard in JIRA?
The move issue wizard enables you to specify another project in your JIRA instance.
Move wizard permits you to change certain attributes of an issue like
Issue Type:If your issue is a customs issue type and does not occur in your target
project, you must choose a new issue type for your issue
Issue Status:If you have assigned your issue as a custom issue status and it does
not exist in your project, you must select a new issue status for your issue
Custom Fields:If you have determined required custom fields for your issue, which
do not occur in the target project, you must set values for them.
JIRA’S security setting restricts access to the issue to only those person who is
allowed to work on the issue or a member of the chosen security level. The security
level of an issue can be set either when the issue is created or when the issue is
being edited
14) How can you share an issue with other users in JIRA?
You can email an issue by using the share option in JIRA. You can also email other
JIRA users a link to the issue by sharing the issue with them or by mentioning them
in an issue’s Description or Comment field.
To modify multiple bulk issues, you can use the Bulk Change option from the “Tools”
menu of the navigator. All the issues on the current page can be selected for the
bulk operation. The following list details the available bulk operations like
Workflow Transition
Delete
Move
Edit
16) How you can disable mail notification for Bulk Operations?
To disable mail notification for a particular Bulk Operations, you have to de-
select the “Send Notification” checkbox in the bulk operation wizard.
Deletion of a comment
Deletion of a work log
Creation or removal of an issue link
Attachment of a file
Changes to an issue field
18) Explain what does the three color indicates tracking times or duration for an
issue?
Three colors will be displayed representing the amount of time spent behind the
issue
Original Estimate (Blue): The amount of time estimated initially to resolve the
issue
Remaining Estimate(Orange): The remaining amount of time left to resolve the issue
Time Spen or Logged (Green): The amount of time spent so far while resolving the
issue
21) What can be configured for the JIRA project and issue type?
You can configure the following things for each pair of an issue type and JIRA
project.
In JIRA, you can take a backup of your JIRA cloud data using Backup Manager. But
only one backup file is stored at a time. The existing backup is overwritten by new
ones.
Attachments if selected
Users and their group settings
Avatars
Issues
As such Statuses are global objects in JIRA. Changing the name of the status on one
workflow will change the status on all workflows that use that status
Hover over status or transition to see the relevant transition labels
One cannot clone transitions in the workflow designer
In the workflow designer, one cannot create annotations
Directly you cannot set the issue editable property.
If a workflow is active, you cannot edit the workflow name (only the description)
You cannot delete the workflow steps
A step associated status cannot be edited
You cannot add any new outgoing transition if a step has no outgoing transitions
(Global transitions are not considered).
A step’s Step ID cannot be changed.
The Validators in JIRA checks that any input made to the transition is valid before
the transition is performed. If a validator fails, the issue will not progress to
the destination status of the transition.
28) What types of Post functions are carried out after the transition is executed?
The events are classified in two a System event (JIRA defined events) and Custom
event (User-defined events). An event describes the status, the default template
and the notification scheme and workflow transition post function associations for
the event.
Under Audit Log, you can see all the details about the issue created, and the
changes made in the issues.
31) For an Agile project, how user stories in JIRA are created?
For an Agile project to create user stories in JIRA, follow below steps.
Issue type -Epic and Issue type – Story linked to it. In order to do so, in the
‘Create Issue’ page, go to “Configure Fields” and select “Epic link” field to be
included in the issue creation screen.
Or you can have a product backlog by creating a main User story and having various
sub-tasks under it.
An “issue collector” enables you to easily embed a JIRA feedback form into your own
web site. This helps website visitors to log issues into JIRA through our website.
To use JIRA feedback form, visitors to our website do not need a user account in
JIRA.
Bugzilla
JIRA
It is an Open Source
It is a commercial tool
Using Bugzilla might be little complicated for few due to grouping users and
granting permissions For some using JIRA would be more convenient than
Bugzilla
Bugzilla allows you to show/hide the whole custom field or specific values based on
the value of some other field JIRA enables conditional configuration based only
on Type fields and Project.
Unlike JIRA, Bugzilla allows users to select the initial status of a new issue.
Unlike Bugzilla, JIRA enables you to define multiple workflows which are applied
based on the issue’s Project and Type.
Bugzilla has only one link type: Blocks/depends and a Bug ID custom field
JIRA has configurable link types with user-defined semantics. JIRA enables to link
an issue to any other entity outside JIRA.
You can modify multiple bulk issues by using option “Bulk Change” option.
JIRA dashboard is a dashboard which you will see when you opens up Jira.
JIRA
Jira is a premiere tracking product developed by an Australian company named
Atlassian. the key tasks accomplished with JIRA are bug tracking, issue tracking,
project management, workflow, and process management. it is basically implied for
tracking bugs and issues related to mobile applications and software development.
Core Features:
Below are the 10 important 2019 Jira interview questions and answers that are
frequently asked in an interview. These questions are divided into two parts are as
follows:
2) WORK IN PROGRESS: Here the entity enters into the fixed stage where a series of
actions are performed to get this resolved
Blue: It pictures the Original time estimate time for the issue. The field will be
labeled as ‘Estimate’
Orange: The Remaining time for getting the issue resolved. The field will be
labeled as ‘Remaining’
Green: Signifies the overall time spent on the problem of reaching a solution. This
field will be labeled as ‘Logged’
1) Move to the desired project dashboard where the report has to be created
2) Select the reports tab to view all the possible reports allowed for in JIRA
3) Click on Switch report to view the different report.
these reports are diversified based on their need and attributes as follow
Analyzing issues:
Sprint Report
Control chart
Burn down chart
Cumulative Flow diagram
Epic Report
Release Burndown
Velocity chart
Version Report
Kanban projects:
Control chart
Cumulative Flow diagram.
6) What is Jira Core, Mention its uses and who are Jira core project
administrators?
Answer:
It is an efficient workflow management system which allows formulating unique
process. this utility allows to both increase and decreases the complexity of the
workflows. this allows implying more importance on the process involved. The beauty
of JIRA Core is that the only constraints on your workflow are your processes
Users are accountable for functioning with particular JIRA Core projects. They can
provide access to the project’s issues based on their permissions, workflow
transition and closing on its completion.
All the project configurations are managed by JIRA project administrators, they
have the permissions for performing almost all configurations related requests. the
major ones are modifying the look and feel of the project and configuration
changes.
2) Summary: field contains the one line title of the issue which imparts the
critical information about the issue in a summarized way. The more effective the
issue headline, the more you can show the criticality of the issue. Of course, the
headline should be easily understood without any chances of misinterpretation. The
example I have taken here, however, is not much critical.
3) Attachment: Any files or contents related to the issue can be uploaded in this
section.
4) Environment: Specifies the platform or the operating system in which the issue
was encountered.
8) Fix version: Filled by the developer who is involved in solving the issue, who
decide the version, the time of completing the issue and the status of the issue.
Once the above fields are filled the clicking the create button will generate the
issue active for the developers to work on it and resolve.
Let us move to the next JIRA Interview Questions
8) Can an Issue be assigned to two different people, Explain Cloning issue, then
what are linked issues?
Answer:
JIRA does not support assignation of the same issue under two different people at
the same instance of time. this maintains the stability that one multiple developer
can never be tagged to the same issue ever. But at several instances based on the
intensity and volume of work the issue or bug may generate there could be a
possibility of tagging more than one resources to the same issue. so we can get
this accomplished in JIRA by defining a subtask tagged to a different owner and
then getting a relationship accomplished between the issue involved and this
subtask. Also if a task remains uncompleted due to dependency on an intermediate
one then this may trigger an aging issue and to avoid such scenario, JIRA does not
allow one item to be assigned to more than one people at a time. In agile worlds,
it is always preferable to avoid these kinds of dependencies because it affects the
definition of done for one logical unit.
Issue Cloning: Issue cloning is the process of copying an existing issue, this is
an alternative method which allows several users to work on a single issue, The
process of cloning creates a duplicate with the exact information of the existing
one. , the operation done either on the original issue or clone issue has no effect
on each other. the exception items in the cloning process are
Time tracking
Comments
Issue History
Status and Resolution
the process of issue cloning involves the below steps,
1) Open the issue by using its issue id.
2) If it is not under an existing issue create a new issue
3) On the right-hand side of the issue description screen, you will see “…”.
4)Select it displays the list of options.
5) Click on Clone from the displayed drop down option.
6) The clone issue window will be displayed.
5) We may edit the summary of the issue and click on ‘Create’ button.
7) Now a new issue will be created with the statement ‘Clone added in the summary
of it.
Linked Issues: Linked issues is a different scenario two issues in JIRA are linked
and hold some sought of relationship within them, unlike relationships are drawn
within their sub-entities. Every linked issue may have a definition like “Blocked
by or duplicate”. If you are writing a database procedure which needs access to a
few tables and table access is a separate task, then you can link it. You can say
that it is blocked by this issue. When a project is big and more and a number of
owners are more, we may need multiple items created and can link them and define as
a duplicate. When we are in the process of tracking bugs, it is possible for a
scenario where only when a dependent bug is fixed then the main bug could be
successfully resolved, these kinds of situations can be marked and reported as
“blocks” in JIRA.
1) Open a parent issue by searching with an issue id or create any new issue id.
2)On the right side of the issue description screen, a small “…” clickable icon
will be displayed. selecting this will display all the elements of it.
3) Click on Create Sub-task from the displayed drop down option.
4)Subtask creation window is displayed
5) enter all the mandatory details like project field, summary, environment etc in
the window and select the create button.
6) This generates the subtask successfully under the respective parent.
7) There are also options available to convert an issue into a subtask as well as
subtask into an issue.
1) Selecting the dashboard link will navigate the user to the dashboard
2) Select Add gadget button in the dashboard
3) Using the gadget wizard to pick the items preferred for adding
4) We can see a list of these gadgets in Gadgets for JIRA applications.
https://www.janbasktraining.com/blog/jira-interview-questions/
Q6). Name a few reports that are needed for the issues tracking and analysis.
First of all, Login to your JIRA account and you will be directed to default
dashboard quickly.
Once you are on the dashboard, you can see a CREATE button there. As soon as you
click on the button, it will redirect you to the issue creation page.
Here, you need to enter the necessary details as required like Project ID, type of
the issue, summary, reporter field, description field, Priority, fix version,
attachment, or environment etc.
Once you have added all details carefully, now click on the CREATE option to
generate a new issue.
Here, one issue ID will be generated that can be used later to check the progress
of a project.
Q8). Do you know about the color indicators and their significance in JIRA?
For every issue in JIRA, there are three indicators in total. These are Blue,
Green, and the Orange. These colors will show the total time spent to fix an issue.
All the information is given under “Time Tracking” section.significance in JIRALet
us see the significance of each color and refer to the image below for a better
understanding of the concept.
Blue – This color will show the total time given to fix an issue. This is called
the Estimated field too.
Orange – This color shows the total time left to fix an issue. It is label as
remaining.
Green – This color shows the total time invested to fix an issue so far. It is
label as the Logged.
Q9). What the total information available under the change history section in JIRA?
Under the change history section, you can check the details when changes were made
to an issue. It will include the previous changes too so that they can be resumed
back when required. Here, the information is given under the change history section
–
Read: Differences Between Black Box Testing and White Box Testing
Q12). Define the process for linking an issue in JIRA.
Linking means establishing the relationship between the two. Here are the possible
ways how an issue can be linked in JIRA by the following ways –
QA curriculum
Q13). What is the significance of a dashboard in JIRA? How can you create your own
dashboard or customize the existing one?
The first page whatever you see when you logged in to the JIRA application is the
Dashboard. There is one default dashboard that is common for all user but you may
create your own as per the requirement. It may be designed with the help of
different gadgets and customized the same based on preferences. The customized
dashboard could give you more detailed information about an issue that you wanted
to check for a project. To create a dashboard in JIRA, you need to follow the
below-given steps –
First of all, login to the JIRA dashboard with valid credentials.
Now on the left-hand side, choose the option, Create a Dashboard. Here, you can see
multiple options. You can choose copy dashboard option if there are limited changes
only otherwise customize the dashboard as per the requirements.
As soon as, you will click pm the required option, a new dashboard page will open
in front of you.
Here, you should enter all necessary details and click on the Create button in the
end.
Now navigate to the page where you will find multiple options to add gadgets to
your dashboard.
There are a plenty of options to edit or manage the layout of the dashboard in
JIRA.
Keep in mind that any particular Dashboard can be edited, copied, shared, delete
from the Manage dashboard section.
Q14). How to schedule an issue in JIRA?
Scheduling an issue in JIRA is easy where you can add a due date and set the
scheduling permission as well. Under the details section, you can check the due
date and other important information too.
QA Quiz
Q15). How the details for a particular project can be listed in JIRA?
Every project has a list of certain attributes that are displayed under the project
summary section. The list of attributes majorly involves –
https://mindmajix.com/jira-interview-questions-answers
Workflows in JIRA
Oversee status and advances: include, snap and drag, or select to alter properties
(Workflow properties) to rename, or erase (from the workflow yet not JIRA).
Include a worldwide transition that permits each different status in the work
process to change to the chose status. Select Allow all statuses to transition to
this one in the properties board for the transition.
Change the screen that a progress employments. See Working in content mode for
points of interest.
Configure advanced transition choices, for example, triggers, conditions,
validators, and post functions. See the Advanced work process setup page.
Q8) How a service desk works in JIRA
Your client presents a demand to your service agents through an entryway or by
means of email.
An service desk sees the demand in their Jira Service Desk line and investigates
the issue.
Your client and different members utilize the entry or email to talk about the
demand with your service desk agent, who works in Jira Service Desk.
Your specialist finishes the demand and your client is fulfilled!
JIRA service desk
Choose Settings > Projects > and tap the name of a project. The Project Summary
page will appears.
Choose Components in the left menu. The Components page is shown, demonstrating a
rundown of Components and every Component's information.
Q10) How to delete a component in JIRA?
On the 'Components' screen, float over the significant Component to show the Delete
option.
You will be provoked to connect these issues with another Component on the off
chance that you wish.
A clone issue is a different element from the original issue. Tasks on the first
issue have no impact on the clone issue and the other way around. The main
connection is a link – if made – between the original issue and the clone issue.
Summary
Description
Assignee
Environment
Reporter
Components
Affects Versions
Fix For Versions
Priority
Issue Type
Security
Attachments
Issue Links
Project
Here are the issues that are cannot be cloned:
Time tracking
Issue history
Comments and
Links to Confluence pages
Jira Sample Resumes! Download & Edit
Q14) What information is not recorded into cloned issue from original one?
Comments, time tracking and history of the issue are not carried to the cloned
issue.
Notification
Screens
Permissions
Workflows
Field configurations
Issue types
Custom fields
Q17) Can we backup data in Jira Cloud?
Yes, Jira provides backup functionality of data. But it can save backup file only
once and next time when you backup, the existing data will be overwritten.
Q26) What to do if you don’t want to perform bulk operations on mail notification
issues.
In the bulk operations wizard, you need to uncheck the email notification to
disable.
You can get to an issue in JIRA from a query result or from a dashboard gadget that
gives access to issues.
In genreal A JIRA issue looks like this: