How to retrieve information

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
andrea.mills
Posts: 35
Joined: 22 Jul 2011, 12:38

How to retrieve information

Post by andrea.mills »

I'm trying to validate a bug using a custom function

Code: Select all

custom_function_override_issue_update_validate( $p_issue_id, $p_bug_data, $p_bugnote_text )
. How can i use $p_issue_id to retrieve current information about the issue?
andrea.mills
Posts: 35
Joined: 22 Jul 2011, 12:38

Re: How to retrieve information

Post by andrea.mills »

got it with

Code: Select all

bug_get($p_issue_id)
Post Reply