atlassian-python-api の API リファレンス
atlassian-python-api (atlassian-api/atlassian-python-api) の公開 API 400 件 —— クラス 46、関数 2、メソッド 352。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。
リポジトリ: atlassian-api/atlassian-python-api
| 種別 | 件数 |
|---|---|
| クラス | 46 |
| 関数 | 2 |
| メソッド | 352 |
API 一覧
class
atlassian.assets.AssetsCloudAssets for Jira API wrapper.
method
atlassian.assets.AssetsCloud.delete_object_schema(schema_id)Delete a schema
method
atlassian.assets.AssetsCloud.update_object_schema(schema_id)Update an object schema
class
atlassian.bamboo.BambooPrivate methods
method
atlassian.bamboo.Bamboo.agent_is_online(agent_id)Get agent online status.
method
atlassian.bamboo.Bamboo.agent_status(online=False)Provides a list of all agents.
method
atlassian.bamboo.Bamboo.create_group(group_name)Create a new group.
method
atlassian.bamboo.Bamboo.delete_plan(plan_key)Marks plan for deletion.
method
atlassian.bamboo.Bamboo.delete_project(project_key)Marks project for deletion.
method
atlassian.bamboo.Bamboo.disable_plan(plan_key)Disable plan.
method
atlassian.bamboo.Bamboo.enable_plan(plan_key)Enable plan.
method
atlassian.bamboo.Bamboo.get_plan(plan_key, expand=None)Get plan information.
method
atlassian.bamboo.Bamboo.stop_reindex()Kicks off a reindex.
class
atlassian.bitbucket.MergeStrategyMerge strategies used by the merge_pull_request method.
class
atlassian.bitbucket.cloud.CloudBitbucket Cloud REST API wrapper
method
atlassian.bitbucket.cloud.common.builds.Build.created_on()Time of creation.
method
atlassian.bitbucket.cloud.common.builds.Build.description()Build description.
method
atlassian.bitbucket.cloud.common.builds.Build.failed()True if the build failed.
method
atlassian.bitbucket.cloud.common.builds.Build.key()Key of the build.
method
atlassian.bitbucket.cloud.common.builds.Build.name()Name of the build.
method
atlassian.bitbucket.cloud.common.builds.Build.refname()Return the refname.
method
atlassian.bitbucket.cloud.common.builds.Build.update(**kwargs)Update build status.
method
atlassian.bitbucket.cloud.common.builds.Build.updated_on()Time of last update.
method
atlassian.bitbucket.cloud.common.comments.Comment.delete()Delete the comment.
method
atlassian.bitbucket.cloud.common.comments.Comment.html()The html comment.
method
atlassian.bitbucket.cloud.common.comments.Comment.markup()The markup type.
method
atlassian.bitbucket.cloud.common.comments.Comment.raw()The raw comment.
method
atlassian.bitbucket.cloud.repositories.Repository.branches()The repository branches.
method
atlassian.bitbucket.cloud.repositories.Repository.commits()The repository commits.
method
atlassian.bitbucket.cloud.repositories.Repository.delete(redirect_to=None)Delete the repostory.
method
atlassian.bitbucket.cloud.repositories.Repository.downloads()The repository downloads
method
atlassian.bitbucket.cloud.repositories.Repository.get_avatar()The repository avatar
method
atlassian.bitbucket.cloud.repositories.Repository.hooks()The repository hooks.
method
atlassian.bitbucket.cloud.repositories.Repository.issues()The repository issues
method
atlassian.bitbucket.cloud.repositories.Repository.name()The repository name
method
atlassian.bitbucket.cloud.repositories.Repository.pipelines()The repository pipelines
method
atlassian.bitbucket.cloud.repositories.Repository.size()The repository size
method
atlassian.bitbucket.cloud.repositories.Repository.slug()The repository slug
method
atlassian.bitbucket.cloud.repositories.Repository.tags()The repository tags.
method
atlassian.bitbucket.cloud.repositories.Repository.uuid()The repository uuid
class
atlassian.bitbucket.cloud.repositories.commits.CommitBitbucket Cloud commit endpoint.
method
atlassian.bitbucket.cloud.repositories.commits.Commit.approve()Approve a commit.
method
atlassian.bitbucket.cloud.repositories.commits.Commit.date()Commit date.
method
atlassian.bitbucket.cloud.repositories.commits.Commit.hash()Commit id.
method
atlassian.bitbucket.cloud.repositories.commits.Commit.message()Commit message.
method
atlassian.bitbucket.cloud.repositories.commits.Commit.unapprove()Unapprove a commit.
class
atlassian.bitbucket.cloud.repositories.commits.CommitsBitbucket Cloud commits.
class
atlassian.bitbucket.cloud.repositories.diffstat.CommitFileBitbucket Cloud repository diffstat file.
class
atlassian.bitbucket.cloud.repositories.diffstat.DiffStatBitbucket Cloud repository diffstat entry.
method
atlassian.bitbucket.cloud.repositories.diffstat.DiffStat.lines_added()Lines added.
method
atlassian.bitbucket.cloud.repositories.diffstat.DiffStat.lines_removed()Lines removed.
method
atlassian.bitbucket.cloud.repositories.downloads.Download.get_content()Download file content
method
atlassian.bitbucket.cloud.repositories.downloads.Download.links()The download links
method
atlassian.bitbucket.cloud.repositories.downloads.Download.name()The download file name
class
atlassian.bitbucket.cloud.repositories.hooks.HookBitbucket Cloud hook endpoint.
method
atlassian.bitbucket.cloud.repositories.hooks.Hook.active()is webhook active?
method
atlassian.bitbucket.cloud.repositories.hooks.Hook.delete()Delete the webhook.
method
atlassian.bitbucket.cloud.repositories.hooks.Hook.description()webhook description.
method
atlassian.bitbucket.cloud.repositories.hooks.Hook.uuid()hook uuid.
method
atlassian.bitbucket.cloud.repositories.hooks.Hook.webhook_url()webhook url.
class
atlassian.bitbucket.cloud.repositories.hooks.HooksBitbucket Cloud webhooks.
method
atlassian.bitbucket.cloud.repositories.issues.Issue.content()The issue content
method
atlassian.bitbucket.cloud.repositories.issues.Issue.created_on()The issue creation time
method
atlassian.bitbucket.cloud.repositories.issues.Issue.delete()Delete the issue.
method
atlassian.bitbucket.cloud.repositories.issues.Issue.edited_on()The issue edit time
method
atlassian.bitbucket.cloud.repositories.issues.Issue.id()The issue id
method
atlassian.bitbucket.cloud.repositories.issues.Issue.kind()The issue kind
method
atlassian.bitbucket.cloud.repositories.issues.Issue.priority()The issue priority
method
atlassian.bitbucket.cloud.repositories.issues.Issue.state()The issue state
method
atlassian.bitbucket.cloud.repositories.issues.Issue.title()The issue title
method
atlassian.bitbucket.cloud.repositories.issues.Issue.votes()The issue votes
method
atlassian.bitbucket.cloud.repositories.pipelines.Pipeline.steps()Get the pipeline steps.
method
atlassian.bitbucket.cloud.repositories.pipelines.Pipeline.uuid()The pipeline uuid
method
atlassian.bitbucket.cloud.repositories.pipelines.Step.completed_on()The step end time
method
atlassian.bitbucket.cloud.repositories.pipelines.Step.run_number()The run number
method
atlassian.bitbucket.cloud.repositories.pipelines.Step.started_on()The step start time
method
atlassian.bitbucket.cloud.repositories.pipelines.Step.state()The step state
method
atlassian.bitbucket.cloud.repositories.pipelines.Step.uuid()The step uuid
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.comment_count()number of comments
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.created_on()time of creation
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.id()unique pull request id
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.source_branch()source branch
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.source_commit()Source commit.
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.task_count()number of tasks
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.title()pull request title
method
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequest.updated_on()time of last update
class
atlassian.bitbucket.cloud.repositories.pullRequests.PullRequestsBitbucket Cloud pull requests
method
atlassian.bitbucket.cloud.repositories.pullRequests.Task.created_on()time of creation
method
atlassian.bitbucket.cloud.repositories.pullRequests.Task.description()The task description.
method
atlassian.bitbucket.cloud.repositories.pullRequests.Task.id()Task id.
method
atlassian.bitbucket.cloud.repositories.pullRequests.Task.resolved_on()resolve timestamp
class
atlassian.bitbucket.cloud.repositories.refs.BranchBitbucket Cloud branch endpoint.
method
atlassian.bitbucket.cloud.repositories.refs.Branch.author()User object of the author.
class
atlassian.bitbucket.cloud.repositories.refs.BranchesBitBucket Cloud branches endpoint.
class
atlassian.bitbucket.cloud.repositories.refs.RefBase object for individual refs.
method
atlassian.bitbucket.cloud.repositories.refs.Ref.hash()Commit hash.
method
atlassian.bitbucket.cloud.repositories.refs.Ref.name()Ref name.
class
atlassian.bitbucket.cloud.repositories.refs.RefsBitbucket Cloud Refs.
class
atlassian.bitbucket.cloud.repositories.refs.TagBitbucket Cloud tags endpoint.
method
atlassian.bitbucket.cloud.repositories.refs.Tag.author()User object of the author.
class
atlassian.bitbucket.cloud.repositories.refs.TagsBitBucket Cloud tags endpoint.
method
atlassian.bitbucket.cloud.workspaces.Workspace.get_avatar()The project avatar
method
atlassian.bitbucket.cloud.workspaces.Workspace.is_private()The workspace private flag
method
atlassian.bitbucket.cloud.workspaces.Workspace.members()The workspace members
method
atlassian.bitbucket.cloud.workspaces.Workspace.name()The workspace name
method
atlassian.bitbucket.cloud.workspaces.Workspace.projects()The workspace projects
method
atlassian.bitbucket.cloud.workspaces.Workspace.slug()The workspace slug
method
atlassian.bitbucket.cloud.workspaces.Workspace.uuid()The workspace uuid
method
atlassian.bitbucket.cloud.workspaces.projects.Project.delete()Delete the project.
method
atlassian.bitbucket.cloud.workspaces.projects.Project.description()The project description
method
atlassian.bitbucket.cloud.workspaces.projects.Project.get_avatar()The project avatar
method
atlassian.bitbucket.cloud.workspaces.projects.Project.key()The project key
method
atlassian.bitbucket.cloud.workspaces.projects.Project.name()The project name
method
atlassian.bitbucket.server.common.permissions.Group.name()The name of the group
method
atlassian.bitbucket.server.common.permissions.Permissions.each(filter=None)Get all groups/users.
method
atlassian.bitbucket.server.common.permissions.User.email()The email of the user
method
atlassian.bitbucket.server.common.permissions.User.id()The id of the user
method
atlassian.bitbucket.server.common.permissions.User.name()The name of the user
method
atlassian.bitbucket.server.common.permissions.User.slug()The slug of the user
method
atlassian.bitbucket.server.projects.Project.delete()Delete the project.
method
atlassian.bitbucket.server.projects.Project.description()The project description
method
atlassian.bitbucket.server.projects.Project.get_avatar(s=0)Get the avatar.
method
atlassian.bitbucket.server.projects.Project.id()The project identifier
method
atlassian.bitbucket.server.projects.Project.key()The project key
method
atlassian.bitbucket.server.projects.Project.name()The project name
method
atlassian.bitbucket.server.projects.Project.public()The project public flag
method
atlassian.bitbucket.server.projects.Project.set_avatar(avatar)Set the avatar.
method
atlassian.bitbucket.server.projects.Project.type()The project type
method
atlassian.bitbucket.server.projects.Projects.exists(project, by='key')Check if project exist.
method
atlassian.bitbucket.server.projects.repos.Repository.delete()Delete the repostory.
method
atlassian.bitbucket.server.projects.repos.Repository.forks()Get all forks.
method
atlassian.bitbucket.server.projects.repos.Repository.id()The repository identifier
method
atlassian.bitbucket.server.projects.repos.Repository.name()The repository name
method
atlassian.bitbucket.server.projects.repos.Repository.readme(at=None, markup=None)Get the readme file.
method
atlassian.bitbucket.server.projects.repos.Repository.slug()The repository slug
class
atlassian.confluence.ConfluenceLegacy Confluence class for backward compatibility.
class
atlassian.confluence.base.ConfluenceBaseBase class for Confluence API operations.
method
atlassian.confluence.base.ConfluenceBase.data()Get the internal cached data.
method
atlassian.confluence.base.ConfluenceBase.get_link(link)Get a link from the data.
class
atlassian.confluence.cloud.CloudConfluence Cloud REST API wrapper
method
atlassian.confluence.cloud.Cloud.add_content_labels(content_id, data, **kwargs)Add labels to content.
method
atlassian.confluence.cloud.Cloud.create_attachment(content_id, data, **kwargs)Create new attachment.
method
atlassian.confluence.cloud.Cloud.create_comment(content_id, data, **kwargs)Create new comment.
method
atlassian.confluence.cloud.Cloud.create_content(data, **kwargs)Create new content.
method
atlassian.confluence.cloud.Cloud.create_space(data, **kwargs)Create new space.
method
atlassian.confluence.cloud.Cloud.delete_attachment(attachment_id, **kwargs)Delete attachment.
method
atlassian.confluence.cloud.Cloud.delete_comment(comment_id, **kwargs)Delete comment.
method
atlassian.confluence.cloud.Cloud.delete_content(content_id, **kwargs)Delete content.
method
atlassian.confluence.cloud.Cloud.delete_space(space_id, **kwargs)Delete space.
method
atlassian.confluence.cloud.Cloud.export_content(content_id, **kwargs)Export content.
method
atlassian.confluence.cloud.Cloud.export_space(space_id, **kwargs)Export space.
method
atlassian.confluence.cloud.Cloud.get_attachment(attachment_id, **kwargs)Get attachment by ID.
method
atlassian.confluence.cloud.Cloud.get_attachments(content_id, **kwargs)Get content attachments.
method
atlassian.confluence.cloud.Cloud.get_comment(comment_id, **kwargs)Get comment by ID.
method
atlassian.confluence.cloud.Cloud.get_comments(content_id, **kwargs)Get content comments.
method
atlassian.confluence.cloud.Cloud.get_content(content_id, **kwargs)Get content by ID.
method
atlassian.confluence.cloud.Cloud.get_content_analytics(content_id, **kwargs)Get content analytics.
method
atlassian.confluence.cloud.Cloud.get_content_ancestors(content_id, **kwargs)Get ancestor content.
method
atlassian.confluence.cloud.Cloud.get_content_children(content_id, **kwargs)Get child content.
method
atlassian.confluence.cloud.Cloud.get_content_labels(content_id, **kwargs)Get content labels.
method
atlassian.confluence.cloud.Cloud.get_current_user(**kwargs)Get current user.
method
atlassian.confluence.cloud.Cloud.get_group(group_id, **kwargs)Get group by ID.
method
atlassian.confluence.cloud.Cloud.get_group_members(group_id, **kwargs)Get group members.
method
atlassian.confluence.cloud.Cloud.get_groups(**kwargs)Get all groups.
method
atlassian.confluence.cloud.Cloud.get_health(**kwargs)Get API health status.
method
atlassian.confluence.cloud.Cloud.get_labels(**kwargs)Get all labels.
method
atlassian.confluence.cloud.Cloud.get_metadata(**kwargs)Get API metadata.
method
atlassian.confluence.cloud.Cloud.get_space(space_id, **kwargs)Get space by ID.
method
atlassian.confluence.cloud.Cloud.get_space_analytics(space_id, **kwargs)Get space analytics.
method
atlassian.confluence.cloud.Cloud.get_space_content(space_id, **kwargs)Get space content.
method
atlassian.confluence.cloud.Cloud.get_template(template_id, **kwargs)Get template by ID.
method
atlassian.confluence.cloud.Cloud.get_templates(**kwargs)Get all templates.
method
atlassian.confluence.cloud.Cloud.get_user(user_id, **kwargs)Get user by ID.
method
atlassian.confluence.cloud.Cloud.get_users(**kwargs)Get all users.
method
atlassian.confluence.cloud.Cloud.search_content(query, **kwargs)Search content.
method
atlassian.confluence.cloud.Cloud.search_spaces(query, **kwargs)Search spaces.
method
atlassian.confluence.cloud.Cloud.update_comment(comment_id, data, **kwargs)Update existing comment.
method
atlassian.confluence.cloud.Cloud.update_content(content_id, data, **kwargs)Update existing content.
method
atlassian.confluence.cloud.Cloud.update_space(space_id, data, **kwargs)Update existing space.
class
atlassian.confluence.cloud.base.ConfluenceCloudBaseBase class for Confluence Cloud API operations.
class
atlassian.confluence.server.ServerConfluence Server REST API wrapper
method
atlassian.confluence.server.Server.create_attachment(content_id, data, **kwargs)Create new attachment.
method
atlassian.confluence.server.Server.create_comment(content_id, data, **kwargs)Create new comment.
method
atlassian.confluence.server.Server.create_content(data, **kwargs)Create new content.
method
atlassian.confluence.server.Server.create_space(space_key, space_name=None, **kwargs)Create space.
method
atlassian.confluence.server.Server.delete_comment(comment_id, **kwargs)Delete comment.
method
atlassian.confluence.server.Server.delete_content(content_id, **kwargs)Delete content.
method
atlassian.confluence.server.Server.download_attachment(attachment_id, **kwargs)Download attachment.
method
atlassian.confluence.server.Server.export_content(content_id, **kwargs)Export content.
method
atlassian.confluence.server.Server.export_space(space_key, **kwargs)Export space.
method
atlassian.confluence.server.Server.get_attachment(attachment_id, **kwargs)Get attachment by ID.
method
atlassian.confluence.server.Server.get_attachments(content_id, **kwargs)Get content attachments.
method
atlassian.confluence.server.Server.get_comment(comment_id, **kwargs)Get comment by ID.
method
atlassian.confluence.server.Server.get_comments(content_id, **kwargs)Get content comments.
method
atlassian.confluence.server.Server.get_content(content_id, **kwargs)Get content by ID.
method
atlassian.confluence.server.Server.get_content_ancestors(content_id, **kwargs)Get ancestor content.
method
atlassian.confluence.server.Server.get_content_children(content_id, **kwargs)Get child content.
method
atlassian.confluence.server.Server.get_content_labels(content_id, **kwargs)Get content labels.
method
atlassian.confluence.server.Server.get_content_template(template_id)Get a content template.
method
atlassian.confluence.server.Server.get_current_user(**kwargs)Get current user.
method
atlassian.confluence.server.Server.get_draft_content(content_id, **kwargs)Get draft content.
method
atlassian.confluence.server.Server.get_group(group_name, **kwargs)Get group by name.
method
atlassian.confluence.server.Server.get_groups(**kwargs)Get all groups.
method
atlassian.confluence.server.Server.get_health(**kwargs)Get API health status.
method
atlassian.confluence.server.Server.get_labels(**kwargs)Get all labels.
method
atlassian.confluence.server.Server.get_metadata(**kwargs)Get API metadata.
method
atlassian.confluence.server.Server.get_page_space(page_id)Get space key from page ID.
method
atlassian.confluence.server.Server.get_reindex_progress(**kwargs)Get reindex progress.
method
atlassian.confluence.server.Server.get_space_permissions(space_key, **kwargs)Get space permissions.
method
atlassian.confluence.server.Server.get_space_settings(space_key, **kwargs)Get space settings.
method
atlassian.confluence.server.Server.get_spaces(**kwargs)Get all spaces.
method
atlassian.confluence.server.Server.get_template(template_id, **kwargs)Get template by ID.
method
atlassian.confluence.server.Server.get_template_by_id(template_id)Get user template by id.
method
atlassian.confluence.server.Server.get_templates(**kwargs)Get all templates.
method
atlassian.confluence.server.Server.get_trash_content(space_key, **kwargs)Get trash content.
method
atlassian.confluence.server.Server.get_user(username, **kwargs)Get user by username.
method
atlassian.confluence.server.Server.get_user_by_key(user_key, **kwargs)Get user by key.
method
atlassian.confluence.server.Server.get_users(**kwargs)Get all users.
method
atlassian.confluence.server.Server.page_exists(space_key, title, **kwargs)Check if page exists.
method
atlassian.confluence.server.Server.remove_content_history(page_id, version_number)Remove content history.
method
atlassian.confluence.server.Server.remove_template(template_id)Deletes a template.
method
atlassian.confluence.server.Server.search_content(query, **kwargs)Search content using CQL.
method
atlassian.confluence.server.Server.search_spaces(query, **kwargs)Search spaces.
method
atlassian.confluence.server.Server.synchrony_disable()Disable Synchrony :return:
method
atlassian.confluence.server.Server.synchrony_enable()Enable Synchrony :return:
method
atlassian.confluence.server.Server.update_space(space_key, data, **kwargs)Update existing space.
class
atlassian.confluence.server.base.ConfluenceServerBaseBase class for Confluence Server API operations.
class
atlassian.crowd.CrowdCrowd API wrapper.
method
atlassian.crowd.Crowd.group_add_user(username, groupname)Add user to group :return:
method
atlassian.crowd.Crowd.user_deactivate(username)Deactivate user :return:
class
atlassian.insight.InsightInsight for Jira API wrapper.
method
atlassian.insight.Insight.delete_object_schema(schema_id)Delete a schema
method
atlassian.insight.Insight.update_object_schema(schema_id)Update an object schema
class
atlassian.jira.JiraProvide permission information for the current user.
method
atlassian.jira.Jira.approve_cluster_zdu_upgrade() -> T_resp_jsonApproves the cluster upgrade.
method
atlassian.jira.Jira.archive_project(key:str)Archives a project.
method
atlassian.jira.Jira.assign_issue(issue:T_id, account_id:Optional[str]=None)Assign an issue to a user.
method
atlassian.jira.Jira.assign_priority_scheme_for_project(project_key_or_id:str, priority_scheme_id:T_id) -> T_resp_jsonAssigns project with priority scheme.
method
atlassian.jira.Jira.assign_project_notification_scheme(project_key:str, new_notification_scheme:str='')Updates a project.
method
atlassian.jira.Jira.cancel_cluster_zdu_upgrade() -> T_resp_jsonCancels the ongoing cluster upgrade.
method
atlassian.jira.Jira.create_issue_link(data:dict) -> T_resp_jsonCreates an issue link between two issues.
method
atlassian.jira.Jira.create_issue_link_type(link_type_name:str, inward:str, outward:str) -> Union[T_resp_json, str]Create a new issue link type.
method
atlassian.jira.Jira.create_issue_link_type_by_json(data:dict) -> T_resp_jsonCreate a new issue link type.
method
atlassian.jira.Jira.create_priority_scheme(data:dict) -> T_resp_jsonCreates new priority scheme.
method
atlassian.jira.Jira.create_project_from_raw_json(json:Union[str, dict])Creates a new project.
method
atlassian.jira.Jira.create_sprint(name:str, board_id:T_id, start_date:Optional[str]=None, end_date:Optional[str]=None, goal:Optional[str]=None) -> T_resp_jsonCreate a sprint within a board.
method
atlassian.jira.Jira.delete_agile_board(board_id:T_id) -> T_resp_jsonDelete agile board by id :param board_id: :return:
method
atlassian.jira.Jira.delete_filter(filter_id:T_id)Deletes a filter that has the given id.
method
atlassian.jira.Jira.delete_issue_link_type(issue_link_type_id:T_id) -> T_resp_jsonDelete the specified issue link type.
method
atlassian.jira.Jira.delete_plugin(plugin_key:str) -> T_resp_jsonDelete plugin :param plugin_key: :return:
method
atlassian.jira.Jira.delete_sprint(sprint_id:T_id) -> T_resp_jsonDeletes a sprint.
method
atlassian.jira.Jira.disable_plugin(plugin_key:str) -> T_resp_jsonDisable a plugin :param plugin_key: :return:
method
atlassian.jira.Jira.download_attachments_from_issue(issue:T_id, path:Optional[str]=None, cloud:bool=True) -> Optional[str]Downloads all attachments from a Jira issue.
method
atlassian.jira.Jira.dvcs_get_linked_repos() -> T_resp_jsonGet DVCS linked repos :return:
method
atlassian.jira.Jira.enable_plugin(plugin_key:str) -> T_resp_jsonEnable a plugin :param plugin_key: :return:
method
atlassian.jira.Jira.get_agile_board(board_id:T_id) -> T_resp_jsonGet agile board info by id :param board_id: :return:
method
atlassian.jira.Jira.get_agile_board_configuration(board_id:T_id) -> T_resp_jsonGet the board configuration.
method
atlassian.jira.Jira.get_agile_board_refined_velocity(board_id:T_id) -> T_resp_jsonReturns the estimation statistic settings of the board.
method
atlassian.jira.Jira.get_all_agile_boards(board_name:Optional[str]=None, project_key:Optional[str]=None, board_type:Optional[str]=None, start:int=0, limit:int=50) -> T_resp_jsonReturns all boards.
method
atlassian.jira.Jira.get_all_global_project_roles() -> T_resp_jsonGet all the ProjectRoles available in Jira.
method
atlassian.jira.Jira.get_all_priorities() -> T_resp_jsonReturns a list of all priorities.
method
atlassian.jira.Jira.get_all_priority_schemes(start:int=0, limit:int=100, expand:Optional[str]=None) -> T_resp_jsonReturns all priority schemes.
method
atlassian.jira.Jira.get_all_resolutions() -> T_resp_jsonReturns a list of all resolutions.
method
atlassian.jira.Jira.get_all_screen_fields(screen_id:T_id) -> listGet all fields by screen id :param screen_id: :return:
method
atlassian.jira.Jira.get_all_statuses() -> T_resp_jsonReturns a list of all statuses :return:
method
atlassian.jira.Jira.get_all_system_avatars(avatar_type:str='user') -> T_resp_jsonReturns all system avatars of the given type.
method
atlassian.jira.Jira.get_all_time_tracking_providers() -> T_resp_jsonReturns all time tracking providers.
method
atlassian.jira.Jira.get_cluster_all_nodes() -> T_resp_jsonGet all nodes in the cluster :return:
method
atlassian.jira.Jira.get_cluster_zdu_state() -> T_resp_jsonGet the state of the cluster upgrade.
method
atlassian.jira.Jira.get_component_related_issues(component_id:T_id) -> T_resp_jsonReturns counts of issues related to this component.
method
atlassian.jira.Jira.get_custom_fields(search:Optional[str]=None, start:int=1, limit:int=50) -> T_resp_jsonGet custom fields.
method
atlassian.jira.Jira.get_filter_share_permissions(filter_id:T_id)Gets share permissions of a filter.
method
atlassian.jira.Jira.get_issue_labels(issue_key:str) -> T_resp_jsonGet issue labels.
method
atlassian.jira.Jira.get_issue_link(link_id:T_id) -> T_resp_jsonReturns an issue link with the specified id.
method
atlassian.jira.Jira.get_issue_link_types_names() -> listProvide issue link type names :return:
method
atlassian.jira.Jira.get_issue_property_keys(issue_key:str)Get Property Keys on an Issue.
method
atlassian.jira.Jira.get_issue_types()Return all issue types
method
atlassian.jira.Jira.get_permissionscheme(permission_id:T_id, expand:Optional[str]=None) -> T_resp_jsonReturns a list of all permission schemes.
method
atlassian.jira.Jira.get_plugin_info(plugin_key:str) -> T_resp_jsonProvide plugin info :return a json of installed plugins
method
atlassian.jira.Jira.get_priority_by_id(priority_id:T_id) -> T_resp_jsonGet Priority info by id :param priority_id: :return:
method
atlassian.jira.Jira.get_project_validated_key(key:str) -> T_resp_jsonValidates a project key.
method
atlassian.jira.Jira.get_resolution_by_id(resolution_id:T_id) -> T_resp_jsonGet Resolution info by id :param resolution_id: :return:
method
atlassian.jira.Jira.get_screen_tabs(screen_id:T_id) -> Optional[list]Get tabs for the screen id :param screen_id: :return:
method
atlassian.jira.Jira.get_server_info(do_health_check:bool=False) -> T_resp_jsonReturns general information about the current Jira server.
method
atlassian.jira.Jira.get_sprint(sprint_id:T_id) -> T_resp_jsonReturns the sprint for a given sprint ID.
method
atlassian.jira.Jira.get_sprint_issues(sprint_id:T_id, start:T_id, limit:T_id) -> T_resp_jsonReturns all issues in a sprint, for a given sprint ID.
method
atlassian.jira.Jira.get_time_tracking_settings() -> T_resp_jsonReturns the time tracking settings.
method
atlassian.jira.Jira.get_version(version:T_id)Returns a specific version with the given id.
method
atlassian.jira.Jira.health_check() -> T_resp_jsonGet health status of Jira.
method
atlassian.jira.Jira.index_checker(max_results:int=100) -> T_resp_jsonJira DC Index health checker :param max_results: :return:
method
atlassian.jira.Jira.issue_add_json_worklog(key:str, worklog:Union[dict, str]):param key: :param worklog: :return:
method
atlassian.jira.Jira.issue_archive(issue_id_or_key:str, notify_users:Optional[bool]=None)Archives an issue.
method
atlassian.jira.Jira.issue_createmeta(project:str, expand:str='projects.issuetypes.fields') -> T_resp_jsonThis function is deprecated.
method
atlassian.jira.Jira.issue_get_comments(issue_id:T_id) -> T_resp_jsonGet Comments on an Issue.
method
atlassian.jira.Jira.issue_get_worklog(issue_id_or_key:str)Returns all work logs for an issue.
method
atlassian.jira.Jira.issue_restore(issue_id_or_key:str)Restores an archived issue.
method
atlassian.jira.Jira.match_jql(issue_ids:List[int], jqls:List[str]) -> Optional[Dict[Any, Any]]Checks which issues match a list of JQL queries.
method
atlassian.jira.Jira.reindex_issue(issue_ids:list) -> T_resp_jsonReindex specific issues by their IDs.
method
atlassian.jira.Jira.reindex_status() -> T_resp_jsonReturns information on the system reindexes.
method
atlassian.jira.Jira.remove_issue_link(link_id:T_id) -> T_resp_jsonDeletes an issue link with the specified id.
method
atlassian.jira.Jira.retry_cluster_zdu_upgrade() -> T_resp_jsonRetries the cluster upgrade.
method
atlassian.jira.Jira.set_agile_board_property(board_id:T_id, property_key:str) -> T_resp_jsonSets the value of the specified board's property.
method
atlassian.jira.Jira.set_agile_board_refined_velocity(board_id:T_id, data:dict) -> T_resp_jsonSets the estimation statistic settings of the board.
method
atlassian.jira.Jira.set_permissionscheme_grant(permission_id:T_id, new_permission:str) -> T_resp_jsonCreates a permission grant in a permission scheme.
method
atlassian.jira.Jira.set_property(property_id:T_id, value:str) -> T_resp_jsonModify an application property via PUT.
method
atlassian.jira.Jira.start_cluster_zdu_upgrade() -> T_resp_jsonStarts the cluster upgrade.
method
atlassian.jira.Jira.tempo_account_delete_account_by_id(account_id:str) -> T_resp_jsonDelete an Account by id.
method
atlassian.jira.Jira.tempo_account_delete_customer_by_id(customer_id:T_id=1) -> T_resp_jsonDelete an Attribute.
method
atlassian.jira.Jira.tempo_account_get_accounts_by_jira_project(project_id:T_id) -> T_resp_jsonGet Accounts by JIRA Project.
method
atlassian.jira.Jira.tempo_account_get_all_account_by_customer_id(customer_id:T_id) -> T_resp_jsonGet un-archived Accounts by customer.
method
atlassian.jira.Jira.tempo_account_get_rate_table_by_account_id(account_id:str) -> T_resp_jsonReturns a rate table for the specified account.
method
atlassian.jira.Jira.tempo_account_update_customer_by_id(customer_id:T_id=1, data:Optional[dict]=None) -> Union[T_resp_json, str]Updates an Attribute.
method
atlassian.jira.Jira.tempo_holiday_get_scheme_info(scheme_id:T_id) -> T_resp_jsonProvide a holiday scheme :return:
method
atlassian.jira.Jira.tempo_holiday_get_scheme_members(scheme_id:T_id) -> T_resp_jsonProvide a holiday scheme members :return:
method
atlassian.jira.Jira.tempo_holiday_get_schemes() -> T_resp_jsonProvide a holiday schemes :return:
method
atlassian.jira.Jira.tempo_holiday_put_into_scheme_member(scheme_id:T_id, username:str) -> T_resp_jsonProvide a holiday scheme :return:
method
atlassian.jira.Jira.tempo_teams_get_members(team_id:T_id) -> T_resp_jsonGet members from team :param team_id: :return:
method
atlassian.jira.Jira.tempo_timesheets_get_configuration() -> T_resp_jsonProvide the configs of timesheets :return:
method
atlassian.jira.Jira.tempo_timesheets_get_team_utilization(team_id:T_id, date_from:str, date_to:Optional[str]=None, group_by:Optional[str]=None) -> T_resp_jsonGet team utilization.
method
atlassian.jira.Jira.tempo_timesheets_get_worklogs_by_issue(issue:str) -> T_resp_jsonGet Tempo timesheet worklog by issue key or id.
method
atlassian.jira.Jira.update_issue_field(key:T_id, fields:Union[str, dict]='*all', notify_users:bool=True)Update an issue's fields.
method
atlassian.jira.Jira.update_issue_link_type(issue_link_type_id:T_id, data:dict) -> T_resp_jsonUpdate the specified issue link type.
method
atlassian.jira.Jira.update_partially_sprint(sprint_id:T_id, data:dict) -> T_resp_jsonPerforms a partial update of a sprint.
method
atlassian.jira.Jira.update_project(project_key:str, data:dict, expand:Optional[str]=None)Updates a project.
method
atlassian.jira.Jira.update_project_category_for_project(project_key:str, new_project_category_id:T_id, expand:Optional[str]=None)Updates a project.
method
atlassian.jira.Jira.upload_plugin(plugin_path:str) -> T_resp_jsonProvide plugin path for upload into Jira e.g.
method
atlassian.jira.Jira.user(username:Optional[str]=None, key:Optional[str]=None, account_id:Optional[str]=None, expand:Optional[str]=None)Returns a user.
method
atlassian.jira.Jira.user_deactivate(username:str)Disable user.
method
atlassian.jira.Jira.user_disable(username:str)Override the disable method
method
atlassian.jira.Jira.user_update_or_create_property_through_rest_point(username:str, key:str, value:str)ATTENTION!
method
atlassian.jira.Jira.users_get_all(start:int=0, limit:int=50):param start: :param limit: :return:
class
atlassian.marketplace.MarketPlaceMarketplace API wrapper.
class
atlassian.models.jira.comment.CommentRepresents a Jira issue comment.
class
atlassian.models.jira.comment.VisibilityComment visibility restriction.
class
atlassian.models.jira.transition.TransitionRepresents a Jira issue status transition.
class
atlassian.models.jira.transition.TransitionBuilderFluent builder for issue transitions.
class
atlassian.models.jira.update.UpdateBuilderFluent builder for Jira issue update payloads.
func
atlassian.models.jira.validation.validate(issue:JiraIssue) -> list[ValidationError]Validate an issue before serialization.
func
atlassian.models.jira.validation.validate_or_raise(issue:JiraIssue) -> NoneValidate and raise ValueError if any errors found.
class
atlassian.service_desk.ServiceDeskJIRA ServiceDesk API object
method
atlassian.service_desk.ServiceDesk.create_customer(full_name, email)Creating customer user.
class
atlassian.statuspage.BrandingThe main template your statuspage will use
class
atlassian.statuspage.ImpactThe impact of the incident
class
atlassian.statuspage.MetricProviderTypeThe type of metric provider
class
atlassian.statuspage.SortOrderThe order to sort by
class
atlassian.statuspage.StatusThe status of the incident
class
atlassian.statuspage.StatusPageStatusPage API wrapper.
method
atlassian.statuspage.StatusPage.page_create_incident(page_id, incident)Create an incident.
method
atlassian.statuspage.StatusPage.page_create_template(page_id, template)Create a template.
class
atlassian.statuspage.SubscriberStateThe state of the subscriber
class
atlassian.statuspage.SubscriberTypeThe type of subscriber
class
atlassian.statuspage.TransformThe transform to apply to the metric
class
atlassian.tempo.cloud.CloudTempo Cloud REST API wrapper
method
atlassian.tempo.cloud.Cloud.add_team_member(team_id, user_id, **kwargs)Add member to team.
method
atlassian.tempo.cloud.Cloud.create_account(data, **kwargs)Create a new account.
method
atlassian.tempo.cloud.Cloud.create_activity(data, **kwargs)Create a new activity.
method
atlassian.tempo.cloud.Cloud.create_customer(data, **kwargs)Create a new customer.
method
atlassian.tempo.cloud.Cloud.create_holiday(data, **kwargs)Create a new holiday.
method
atlassian.tempo.cloud.Cloud.create_schedule(data, **kwargs)Create a new schedule.
method
atlassian.tempo.cloud.Cloud.create_team(data, **kwargs)Create a new team.
method
atlassian.tempo.cloud.Cloud.create_worklog(data, **kwargs)Create a new worklog.
method
atlassian.tempo.cloud.Cloud.delete_account(account_id, **kwargs)Delete an account.
method
atlassian.tempo.cloud.Cloud.delete_activity(activity_id, **kwargs)Delete an activity.
method
atlassian.tempo.cloud.Cloud.delete_customer(customer_id, **kwargs)Delete a customer.
method
atlassian.tempo.cloud.Cloud.delete_holiday(holiday_id, **kwargs)Delete a holiday.
method
atlassian.tempo.cloud.Cloud.delete_schedule(schedule_id, **kwargs)Delete a schedule.
method
atlassian.tempo.cloud.Cloud.delete_team(team_id, **kwargs)Delete a team.
method
atlassian.tempo.cloud.Cloud.delete_worklog(worklog_id, **kwargs)Delete a worklog.
method
atlassian.tempo.cloud.Cloud.generate_report(report_type, params=None, **kwargs)Generate a report.
method
atlassian.tempo.cloud.Cloud.get_account(account_id, **kwargs)Get account by ID.
method
atlassian.tempo.cloud.Cloud.get_accounts(**kwargs)Get all accounts.
method
atlassian.tempo.cloud.Cloud.get_activities(**kwargs)Get all activities.
method
atlassian.tempo.cloud.Cloud.get_activity(activity_id, **kwargs)Get activity by ID.
method
atlassian.tempo.cloud.Cloud.get_customer(customer_id, **kwargs)Get customer by ID.
method
atlassian.tempo.cloud.Cloud.get_customers(**kwargs)Get all customers.
method
atlassian.tempo.cloud.Cloud.get_health(**kwargs)Get API health status.
method
atlassian.tempo.cloud.Cloud.get_holiday(holiday_id, **kwargs)Get holiday by ID.
method
atlassian.tempo.cloud.Cloud.get_holidays(**kwargs)Get all holidays.
method
atlassian.tempo.cloud.Cloud.get_metadata(**kwargs)Get API metadata.
method
atlassian.tempo.cloud.Cloud.get_project(project_id, **kwargs)Get project by ID.
method
atlassian.tempo.cloud.Cloud.get_project_worklogs(project_id, **kwargs)Get project worklogs.
method
atlassian.tempo.cloud.Cloud.get_projects(**kwargs)Get all projects.
method
atlassian.tempo.cloud.Cloud.get_schedule(schedule_id, **kwargs)Get schedule by ID.
method
atlassian.tempo.cloud.Cloud.get_schedules(**kwargs)Get all schedules.
method
atlassian.tempo.cloud.Cloud.get_team(team_id, **kwargs)Get team by ID.
method
atlassian.tempo.cloud.Cloud.get_team_members(team_id, **kwargs)Get team members.
method
atlassian.tempo.cloud.Cloud.get_teams(**kwargs)Get all teams.
method
atlassian.tempo.cloud.Cloud.get_user(user_id, **kwargs)Get user by ID.
method
atlassian.tempo.cloud.Cloud.get_user_schedule(user_id, **kwargs)Get user's schedule.
method
atlassian.tempo.cloud.Cloud.get_user_worklogs(user_id, **kwargs)Get user's worklogs.
method
atlassian.tempo.cloud.Cloud.get_users(**kwargs)Get all users.
method
atlassian.tempo.cloud.Cloud.get_worklog(worklog_id, **kwargs)Get worklog by ID.
method
atlassian.tempo.cloud.Cloud.get_worklogs(**kwargs)Get all worklogs.
method
atlassian.tempo.cloud.Cloud.remove_team_member(team_id, user_id, **kwargs)Remove member from team.
method
atlassian.tempo.cloud.Cloud.update_team(team_id, data, **kwargs)Update an existing team.
class
atlassian.tempo.cloud.base.TempoCloudBaseBase class for Tempo Cloud API operations.
class
atlassian.tempo.server.ServerTempo Server REST API wrapper
method
atlassian.tempo.server.Server.get_health(**kwargs)Get API health status.
method
atlassian.tempo.server.Server.get_metadata(**kwargs)Get API metadata.
class
atlassian.tempo.server.accounts.AccountsTempo Server Accounts API client.
この情報について
掲載しているシグネチャは atlassian-api/atlassian-python-api の公開ソースコードを
Python の ast モジュールで静的解析し、引数名・デフォルト値・
型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。
詳しくは仕組みの解説をご覧ください。