Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Jira' object has no attribute 'attach_file' #100

Open
Perdiga opened this issue Nov 28, 2024 · 0 comments
Open

'Jira' object has no attribute 'attach_file' #100

Perdiga opened this issue Nov 28, 2024 · 0 comments

Comments

@Perdiga
Copy link

Perdiga commented Nov 28, 2024

This PR made the --state-issue - not work

https://github.com/github/ghas-jira-integration/pull/13/files#diff-b59dbc060b06c8ad2a8267cb4c050d76df67195ef3951fec2321d4d7460d7a8b

Traceback (most recent call last):
File "/home/runner/work/mateusdomiciano/mateusdomiciano/ghas-jira-integration/cli.py", line 321, in
main()
File "/home/runner/work/mateusdomiciano/mateusdomiciano/ghas-jira-integration/cli.py", line 318, in main
args.func(args)
File "/home/runner/work/mateusdomiciano/mateusdomiciano/ghas-jira-integration/cli.py", line 109, in sync
jira_project.save_repo_state(repo_id, state, args.state_issue)
File "/home/runner/work/mateusdomiciano/mateusdomiciano/ghas-jira-integration/jiralib.py", line 164, in save_repo_state
self.jira.attach_file(
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Jira' object has no attribute 'attach_file'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant