Skip to content

jirashell 0.4.12 does not seem to respect ipython configuration #1879

Open
@mario-grgic

Description

@mario-grgic

Bug summary

I'm using jiracli version 0.4.12 which uses ipython for the interactive shell, however ipython does not seem to respect my configuration in ~/.ipython/profile_default/ipython_config.py where I am setting vi editing more (which works in ipython.

I can switch the editing mode in the interactive shell by running:

ip= get_ipython()
ip.editing_mode='vi'

however, it would be nice not to have to do this every time.

Is there an existing issue for this?

  • I have searched the existing issues

Jira Instance type

Jira Cloud (Hosted by Atlassian)

Jira instance version

No response

jira-python version

main

Python Interpreter version

3.12.2

Which operating systems have you used?

  • Linux
  • macOS
  • Windows

Reproduction steps

# 1. Given a Jira client instance
jira: JIRA
# 2. When I call the function with argument x
jira.the_function(x)
# 3.
...

Stack trace

n/a

Expected behaviour

jirashell should respect ipython configuration (or have its own)

Additional Context

ipython==8.26.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions