Jira & Confluence
[!NOTE|label:reference:]
jira
[!NOTE]
X-Atlassian-Token
X-Force-Accept-Language
X-AAccountId
myself
[!NOTE|label:references:]
get info
set info
check fields
check attachment
check attachment ID
get attachments download url
download all attachments in Jira
-I replace-str Replace occurrences of replace-str in the initial-arguments with names read from standard in- put. Also, unquoted blanks do not terminate input items; instead the separator is the new- line character. Implies -x and -L 1.
list all projects
search issue by JQL
[!TIP]
JQL pattern rule:
remove all space
%3D
instead of=
project=abc
->project%3Dabc
%20CONDITION%20
instead ofCONDITION
AND
->%20AND%20
OR
->%20OR%20
api
[!NOTE]
maxResults
:integer
startAt
:integer
validateQuery
:string
fields
:array<string>
expand
:string
properties
:array<string>
fieldsByKeys
:boolean
sample:
search?jql=${jql}&maxResults=100&startAt=0
[get email address](Get Email Addresses For Users)
api token
[!NOTE|label:references:]
[!NOTE]
to list all tokens for single user:
to list tokens for all users:
get id, created, last access, and valid timestamp
or
[!TIP]
expiration keywords
tokenValidityTimeInMonths
tokenExpirationDateTime
tokenExpirationDateTimeMillis
create new token with expiration time
[!NOTE|label:references:]
with
tokenValidityTimeInMonths
with
tokenExpirationDateTime
PARAMETER | VALUE | COMMENT |
---|---|---|
| valid user key | read above how to get a user key for a name or by email address; if you want to filter for more than one user, repeat that parameter for as many users you want to filter for |
| search term | string to search for in all token descriptions |
| epoch Unix timestamp | tokens not valid anymore after that date/ time in milliseconds |
| integer | 0 = no scope (all pre 1.5.0 tokens), 1 = read-only, 2 = read/ write |
| epoch Unix timestamp | - |
| epoch Unix timestamp | - |
| epoch Unix timestamp | - |
| epoch Unix timestamp | - |
| epoch Unix timestamp | - |
| epoch Unix timestamp | - |
[!NOTE|label:references:]
icons and priority
priority
[!NOTE|label:references:]
confluence
get info
get space
get title
get page history
get next version
publish to confluence
[!NOTE|label:references:]
plugins
insert svg image
[!TIP|label:get svg image:]
...
->Attachments
preview the image and get info from URL :
...&preview=/506105287/513281481/k8s-ha-cluster-stacked-etcd.v3.svg
ACLI
[!NOTE|label:references:]
running with docker images
Last updated