Coder Social home page Coder Social logo

Comments (3)

maxtepkeev avatar maxtepkeev commented on July 27, 2024

Hi!

Sorry for the late response. I had a 3 week vacation and didn't have an internet access.

If you are talking about subtasks, then you assumed absolutely right, each child in issue.children is an issue object which has a subject, e.g.:

>>> from redmine import Redmine

>>> redmine = Redmine('https://your_url', username='user', password='pass')
>>> issue = redmine.issue.get(123456, include='children')
>>> issue.children
<redmine.resultsets.ResourceSet object with Issue resources>
>>> issue.children[0]
<redmine.resources.Issue #39740 "test2">
>>> issue.children[0].subject
'test2'

If you have any problems with subject retrieving please show your code.

from python-redmine.

tsengs avatar tsengs commented on July 27, 2024

Thanks, problem solved!

from python-redmine.

maxtepkeev avatar maxtepkeev commented on July 27, 2024

Great.

from python-redmine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.