go-atlassian docs
📦 Repository
🛣️ Roadmap
🛠️ Cookbooks
Search…
⌃K
Links
go-atlassian docs
Search…
⌃K
📑
Introduction
🛠
Cookbooks
Jira Software Cloud
🗃
Introduction
🧱
Application Roles
🛡️ Audit records
📈
Dashboards
✂
Filters
👫
Groups
🐞
Issues
⚖
Myself
🔓
Permissions
📚
Projects
📓
Screens
⚙
Server
🔩
JQL
⚗
Tasks
🤓
Users
🧮
Workflow
Jira Agile
📉
Boards
🗓
Sprints
📈
Epics
Jira Service Management
👨⚖
Customer
ℹ
Info
📚
Knowledgebase
🛂
Organization
📙
Request
Confluence Cloud
📃
Content
💾
Space
🔰
Label
🔎
Search
🖼
Long Task
Atlassian Admin Cloud
📃
Overview
📔
Organization
👥
User
🧰
SCIM
Powered By
GitBook
⚖
Myself
This resource represents information about the current user, such as basic details, group membership, application roles, preferences, and locale. Use it to get, create, update, and delete.
Get Current User
Returns details for the current user.
package
main
import
(
"context"
"github.com/ctreminiom/go-atlassian/jira/v2"
"log"
"os"
)
func
main
()
{