[JIRA] (JENKINS-60305) Jira plugin can't validate credentials due to breaking change in JIRA-- "permissions query parameter" is now required

2019-11-28 Thread maxim.kaskev...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Max Kaskevich commented on  JENKINS-60305  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jira plugin can't validate credentials due to breaking change in JIRA-- "permissions query parameter" is now required   
 

  
 
 
 
 

 
 Have the same issue with "The 'permissions' query parameter is required." jenkins 2.190.3(docker image) Jira plugin 3.0.11  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.203300.1574868719000.8849.1574947803580%40Atlassian.JIRA.


[JIRA] (JENKINS-58023) Bitbucket auth plugin rewrite Full Name of user to login name with every login

2019-06-14 Thread maxim.kaskev...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Max Kaskevich created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58023  
 
 
  Bitbucket auth plugin rewrite Full Name of user to login name with every login   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 bitbucket-oauth-plugin  
 
 
Created: 
 2019-06-14 17:37  
 
 
Environment: 
 Ubuntu 18.04  Jenkins ver. 2.176.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Max Kaskevich  
 

  
 
 
 
 

 
 How reproduce: 
 
go user configure page: 
 
"" in top left corner 
"Configure" in the right menu 
  
change "Full name" to "Jone Doe" 
Save 
log out 
log in and go to "configure" page again 
 Expect: Full name is still "Jone Doe" Real result is: Full name is ""   Suspect it's because of this line in sources: https://github.com/jenkinsci/bitbucket-oauth-plugin/blob/14d2e1ea558e9a3643c6202a878bc03a9bfddb69/src/main/java/org/jenkinsci/plugins/BitbucketSecurityRealm.java#L132