Chat gpt questions Flashcards
(34 cards)
Project Roles
What is the primary purpose of project roles in Jira?
To define groups of users with specific permissions within a project
Permission Schemes
How can a Jira administrator grant a user the ability to transition issues in a project?
Add the user to the Transition Issues permission in the project’s permission scheme
Notification Schemes
What is the effect of associating a notification scheme with a project?
It defines who receives notifications for issue events in the project.
Issue Type Schemes
What happens if you change the issue type scheme associated with a project?
Existing issues in the project may need to be updated to new issue types.
Field Configuration
How can you ensure that a custom field is available in all projects but mandatory in only one?
Use a separate field configuration for the specific project
Screens
How do you add a custom field to an existing screen?
Edit the screen and add the field from the Available Fields list
Issue Security
How can issue security be configured so only specific users can view certain issues?
Use issue security levels within an issue security scheme
Workflow Schemes
What is the purpose of associating a workflow scheme with a project?
To map specific issue types to workflows
Components and Versions
How can you categorize issues within a project to improve reporting and tracking?
Set up components and versions
Screen Schemes
What determines which screen is displayed when an issue is created, viewed, or edited?
Screen Scheme
Project Templates
What does choosing a project template in Jira primarily determine?
The issue types, workflows, and screens initially configured
Issue Collector
What is the purpose of an Issue Collector in Jira?
To collect feedback from users and create issues from a web form
Custom Fields
How can you restrict the visibility of a custom field to certain projects?
Use a context for the custom field
Resolution Field
How can you ensure that the Resolution field is cleared when an issue is reopened?
Use a post-function in the workflow transition
Schemes
How do you apply the same set of configurations (permissions, notifications, etc.) across multiple projects?
Create and apply schemes (e.g., permission schemes, notification schemes)
Project Category
What is the use of project categories in Jira?
To group and organize projects for better navigation and reporting
Bulk Changes
How can an administrator perform bulk changes on issues within a project?
Use the Bulk Change operation in the Issues section
Project Key
What is true about the project key in Jira?
It must be unique across all projects
Project Lead
What role does the project lead typically have in a Jira project?
They are the default assignee for unassigned issues if configured.
Audit Log
What kind of information can you find in Jira’s audit log?
Changes to project configurations, permissions, and schemes
Issue Type Scheme Migration
What considerations must be taken into account when changing the issue type scheme of a project, particularly when removing an issue type that has existing issues?
You must reassign or bulk migrate issues of the type being removed to another issue type within the project.
Failure to do so can result in data loss or orphaned issues, as those issues will no longer be accessible.
Permission Scheme Complexity
How can you implement a permission scheme that allows a subset of users to transition issues but restricts them from editing issue fields directly, except for comments?
Create a permission scheme that grants the Transition Issues permission to the desired user group or role, but does not grant Edit Issues.
Instead, grant the Add Comments permission.
You can also use workflow properties to restrict specific fields from being edited during certain transitions.
Custom Field Contexts
How does setting a custom field context affect its availability and behavior across different projects and issue types
Custom field contexts can limit the field’s availability to specific projects and issue types, allowing different default values and options for the field in different contexts.
This feature can also improve system performance by reducing the scope of the field.
Workflow Transition Conditions
Describe a scenario where workflow transition conditions can be used to enforce business rules, and explain the potential consequences of not using conditions properly.
Workflow transition conditions can be used to restrict transitions based :
- user roles,
- statuses of linked issues,
- specific field values.
For example, a “Close Issue” transition may only be available to users in the “Project Lead” role or if all subtasks are resolved.
Improper use or absence of conditions can lead to process inconsistencies, unauthorized actions, or incomplete tasks being marked as finished.