Skip to content

[#120] method to list tickets#800

Open
d-w-moore wants to merge 5 commits intoirods:mainfrom
d-w-moore:120.m
Open

[#120] method to list tickets#800
d-w-moore wants to merge 5 commits intoirods:mainfrom
d-w-moore:120.m

Conversation

@d-w-moore
Copy link
Collaborator

irods.ticket.list_tickets( session, all = [True|False])

all = True: like iticket ls-all : list all tickets the current user's permission allows

all = False: like 'iticket ls`: list all tickets owned by the current user

@d-w-moore d-w-moore marked this pull request as draft March 3, 2026 19:52
@d-w-moore d-w-moore self-assigned this Mar 3, 2026
@d-w-moore d-w-moore marked this pull request as ready for review March 4, 2026 23:22
@d-w-moore
Copy link
Collaborator Author

Marked ready for review.


# t first assigned as a "utility" Ticket object
t = Ticket(ses).issue('read', helpers.home_collection(ses))
self.assertGreater(len(t.string) , 5)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably not needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant