The Wayback Machine - https://web.archive.org/web/20201029023352/https://github.com/topics/youtrack
Skip to content
#

youtrack

Here are 65 public repositories matching this topic...

allburov
allburov commented Nov 10, 2017

1 - problems with encoding

# python 3.4
bundle = connection.get_enum_bundle('70-756-1479473044676')
bundle.to_xml() # raise

  File "E:/GITHUB/dohq_youtrack\youtrack\youtrack.py", line 635, in to_xml
    result += ">%s</%s>" % (escape(self.name.encode('utf-8')), self.element_name)
  File "C:\Python34\lib\xml\sax\saxutils.py", line 27, in escape
    data = data.replace("&", "&amp
idlira
idlira commented Feb 5, 2020

Example:

youtrack workitem create --issue MYISSUE --duration 30m
Issue ID: 

Since I did not provide the other required parameters, it enters in interactive mode, but could present my provided value as the default value where I could just hit Enter. In the example above, MYISSUE could be used for Issue ID automatically.

Thinking it further, it could provide an option to only

Improve this page

Add a description, image, and links to the youtrack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the youtrack topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.