-
I want to create an issue via the cli. I provide a value for a custom field that is of`datatype` `group`:
```
- name: Feature Team
key: customfield_11544
schema:
datatype: group
```
…
-
Having issue retrieving Jira Issue. This seems to be an issue with ASCII and UTF-8 encoding.
Code:
```
from atlassian import Jira
jira = Jira(
url='https://instance.atlassian.net',
…
-
## Describe the bug
Attachments are not working and result in the following response from Jira:
```
{"errorMessages":[],"errors":{"attachment":"string expected at index 0"}}
```
## To Repr…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.426.3
OS: Linux - 4.18.0-513.5.1.el8_9.x86_64
Java: 17.0.9 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
---
Office-3…
-
# Terraform provider version
terraform --version
Terraform v1.9.2
on darwin_arm64
+ provider registry.terraform.io/newrelic/newrelic v2.25.0
+ provider registry.terraform.io/opentelekomcloud/open…
-
go-jira supports multiple ways for authentication (in the form of transports).
## Goal of this task
Clean those up. Cleaning means
* Personal Access Token and Bearer are the same -> Choose th…
-
I tested and the user and password works
```
# coding=utf-8
from atlassian import Jira
from atlassian import Confluence
from atlassian import Bitbucket
from atlassian import ServiceDesk
fro…
-
### Discussed in https://github.com/solidify/jira-azuredevops-migrator/discussions/583
Originally posted by **royc75** October 24, 2022
Hello
I'm trying to use the tool on Jira server v8.20…
-
$JIRA_USER:$JIRA_PASS is not safe for me. It would be great to use an access token.
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
-
Attlassian removed the Self-Hosted version of Jira/Confluence of their product portfolio.
The current codebase was build to support both versions, but since the API's diverge more and more a V2 re…