mirror of
https://github.com/alamion/obsidian-jira-sync.git
synced 2026-07-22 05:43:04 +00:00
- presets for JQL - rename all cached issues - rebuild cache command - bunch of vitests fixes: - incorrect migration save/load settings - incorrect cache validation before obsidian init
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"connections": [
|
|
{
|
|
"name": "Test Jira v2",
|
|
"jiraUrl": "http://jira-test.local:8080",
|
|
"apiVersion": "2",
|
|
"authMethod": "bearer",
|
|
"apiToken": ""
|
|
},
|
|
{
|
|
"name": "Test Jira v3",
|
|
"jiraUrl": "https://your-domain.atlassian.net",
|
|
"apiVersion": "3",
|
|
"authMethod": "basic",
|
|
"apiToken": "",
|
|
"email": ""
|
|
}
|
|
]
|
|
}
|