Can we edit bitbucket pull request feature for displaying all active pull request across project level

Hi,

can we edit bitbucket pull request feature with help of source code of Bitbucket ?

currently bitucket is displaying the all active pullrequest across repository level can we change to project level.

for this purpose I install Bitbucket source code and sdk in my machine and when I am build the application using netbeans I am getting below error

The project com.atlassian.bitbucket.server:bitbucket-api:4.11.2 (C:\Users\chaitanya.kesavarapu\Desktop\Version1Api\pom.xml) has 1 error
** Non-resolvable parent POM: Could not find artifact com.atlassian.bitbucket.server:bitbucket-parent:pom:4.11.2 in central (http://repo.maven.apache.org/maven2) and ‘parent.relativePath’ points at wrong local POM @ line 5, column 13 → [Help 2]**

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

Can you please tell me how to fix this error in netbeans IDE and using all latest versions for building this code.

thanks,
chaitanya

As for your maven error the public maven repo at Atlassian does have your version available :
https://maven.atlassian.com/maven-external/com/atlassian/bitbucket/server/bitbucket-parent/4.11.2/

Is your maven configuration correct ? (settings.xml, etc.) It should not try to fetch it from maven central, but rather Atlassian’s maven repo.