Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595262 Details for
Bug 836514
create_ticket() function doesn't assign 'assignee' value to a ticket assignee
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
a proposed patch
0001-rename-assignee-new-ticket-attribute-to-owner.patch (text/plain), 936 bytes, created by
Jakub Filak
on 2012-06-29 11:25:37 UTC
(
hide
)
Description:
a proposed patch
Filename:
MIME Type:
Creator:
Jakub Filak
Created:
2012-06-29 11:25:37 UTC
Size:
936 bytes
patch
obsolete
>From 11ddc971b782ce3eba736a383e50191b137b2ce9 Mon Sep 17 00:00:00 2001 >From: Jakub Filak <jfilak@redhat.com> >Date: Fri, 29 Jun 2012 11:09:22 +0200 >Subject: [PATCH] rename 'assignee' new ticket attribute to 'owner' > >Signed-off-by: Jakub Filak <jfilak@redhat.com> >--- > src/offtrac/__init__.py | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/src/offtrac/__init__.py b/src/offtrac/__init__.py >index cc330fe..02f1140 100644 >--- a/src/offtrac/__init__.py >+++ b/src/offtrac/__init__.py >@@ -90,6 +90,10 @@ class TracServer(object): > continue > attributes[attribute] = args[attribute] > >+ if 'assignee' in attributes: >+ attributes['owner'] = attributes['assignee'] >+ del attributes['assignee'] >+ > return self.server.ticket.create(summary, > description, > attributes, >-- >1.7.10.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836514
: 595262