You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Frederic (JIRA)" <ji...@codehaus.org> on 2010/10/05 14:35:32 UTC

[jira] Created: (MCHANGES-205) jira 4 support

jira 4 support
--------------

                 Key: MCHANGES-205
                 URL: http://jira.codehaus.org/browse/MCHANGES-205
             Project: Maven 2.x Changes Plugin
          Issue Type: Bug
          Components: jira-report
    Affects Versions: 2.3
         Environment: Maven 2.2.1, Jira 4.1.2
            Reporter: Frederic
            Priority: Critical


Hello,
we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.

[DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
[INFO] Generate "Maven Surefire Report" report.
[DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
[INFO] Generate "JIRA Report" report.
[DEBUG] JIRA lives at: http://jira.mycompany.be
[DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
[DEBUG] Successfully reached JIRA.
[DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
[DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
[INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
[WARNING] Downloading from JIRA failed. Received: [400]

So I seem to receive an http error where the server 400 indicating that the request is not valid.
I assume Jira 4 URL's are different from previous Jira versions.
Can you add Jira 4 support? 
I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-205) jira 4 support

Posted by "Frederic (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237542#action_237542 ] 

Frederic commented on MCHANGES-205:
-----------------------------------

Okay. Seems I'm not passing the correct authentication parameters anymore. Fixed that, and now it seems to work correctly. 
So one question is remaining: for almost all of our projects we are currently specifying the Jira URL in this format: http://jira.mycompany.be/browse/PROJECTKEY, which seemed to work correct before. However with Jira 4, the plugin is no longer capable of determining the project ID. So do we have to use another format which includes the jiraID, like this:  http://jira.mycompany.be/BrowseProject.jspa?id=10141 . Or is there some way to keep the old format working ?



> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-205) jira 4 support

Posted by "Frederic (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237532#action_237532 ] 

Frederic commented on MCHANGES-205:
-----------------------------------

I've done some extra tests, jira seems to be doing several redirects: (these are the redirects captured when I browse to the URL maven requests):
GET        http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10141&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
Redirect to Location:                              IssueNavigator.jspa?view=rss&pid=10141&statusIds=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
GET        http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10141&statusIds=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
Redirect to Location:                              IssueNavigator.jspa?view=rss&pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
GET        http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
Redirect to Location:                             ../sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
http://jira.mycompany.be/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
HTTP/1.1 200 OK

I'm not sure if Maven will handle all these redirects. I'll try to put a proxy logger between Maven and Jira (or has maven a debug option for all network calls)? I guess Maven handles the redirects not corretly and hence result in the http 400 error code.

> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-205) jira 4 support

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237575#action_237575 ] 

Dennis Lundberg commented on MCHANGES-205:
------------------------------------------

If the plugin doesn't find the pid in the URL it will try to fetch it from JIRA. IIRC there is some parsing involved, that seems to be thrown off. I'll have a closer look.

> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MCHANGES-205) jira 4 support

Posted by "Frederic (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frederic closed MCHANGES-205.
-----------------------------

    Resolution: Not A Bug

The problem was due to the user used to connect to Jira who had not enough access rights.

> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-205) jira 4 support

Posted by "Frederic (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237631#action_237631 ] 

Frederic commented on MCHANGES-205:
-----------------------------------

Seems there is no problem at all when using Jira 4. 
I've been misled by the Jira http error code 400. 
After the Jira migration our user had no longer access to the specific projects.
So this was not a bug.

> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-205) jira 4 support

Posted by "Frederic (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237510#action_237510 ] 

Frederic commented on MCHANGES-205:
-----------------------------------

I've took a look at the html source, and I see where pid 10000 comes from:
<a href="http://support.atlassian.com/secure/CreateIssue.jspa?issuetype=1&pid=10000">Report a problem</a>


> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGES-205) jira 4 support

Posted by "Frederic (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237534#action_237534 ] 

Frederic commented on MCHANGES-205:
-----------------------------------

After sniffing, I obtain exactly the same results, but the last call fails:
SNIFFER
GET /secure/IssueNavigator.jspa?view=rss&pid=10141&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
Location: IssueNavigator.jspa?view=rss&pid=10141&statusIds=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
GET /secure/IssueNavigator.jspa?view=rss&pid=10141&statusIds=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
Location: IssueNavigator.jspa?view=rss&pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
GET /secure/IssueNavigator.jspa?view=rss&pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
Location: ../sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
GET /sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?pid=10141&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none HTTP/1.1
HTTP/1.1 400  , message: The value 'PROJECTKEY' does not exist for the field 'project'.

Not quite sure how to continue now.

> jira 4 support
> --------------
>
>                 Key: MCHANGES-205
>                 URL: http://jira.codehaus.org/browse/MCHANGES-205
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>    Affects Versions: 2.3
>         Environment: Maven 2.2.1, Jira 4.1.2
>            Reporter: Frederic
>            Priority: Critical
>
> Hello,
> we've just upgraded to the latest Jira version 4.1.2, and it seems as if the maven-changes-plugin can't handle Jira 4 (we had no problems before when using Jira 3.12.x). Now however, I receive the following lines in the log file. Note that the pid "10000" is not correct for the active project.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\surefire-report.html
> [INFO] Generate "Maven Surefire Report" report.
> [DEBUG] Generating C:\javadev\prj\project\subproject\target\site\jira-report.html
> [INFO] Generate "JIRA Report" report.
> [DEBUG] JIRA lives at: http://jira.mycompany.be
> [DEBUG] The JIRA URL http://jira.mycompany.be/browse/PROJECTKEY doesn't include a pid, trying to extract it from JIRA.
> [DEBUG] Successfully reached JIRA.
> [DEBUG] Found the pid 10000 at http://jira.mycompany.be/browse/PROJECTKEY
> [DEBUG] download jira issues from url http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: http://jira.mycompany.be/secure/IssueNavigator.jspa?view=rss&pid=10000&statusIds=1&statusIds=3&statusIds=4&statusIds=5&resolutionIds=1&component=10106&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [400]
> So I seem to receive an http error where the server 400 indicating that the request is not valid.
> I assume Jira 4 URL's are different from previous Jira versions.
> Can you add Jira 4 support? 
> I'd be glad to provide extra information if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira