n0v1c3 / vira

Create and update your Jira issues while inside Vim!
MIT License
94 stars 12 forks source link

VIRA-213: README update for vira_project #41

Closed n0v1c3 closed 3 years ago

n0v1c3 commented 4 years ago

There have been modifications that I will post here and then make sure the README has been updated.

n0v1c3 commented 4 years ago

We have started a full update but here is an example.

{
"https://bob.atlassian.net": {
        "username": "bob@gmail.com",
        "password": "BOBSPASSWORD"
    }
}
{                                                                                                                                                                    
    "__myserver__": {                                                                                                                                                  
      "server": "https://bob.atlassian.net"                                                                                                                         
    },                                                                                                                                                                 
    "vira": {                                                                                                                                                          
      "template": "__myserver__",                                                                                                                                      
      "filter": {                                                                                                                                                      
        "project": "VIRA",                                                                                                                                             
        "priority": ["High", "Highest"]                                                                                                                                
      },                                                                                                                                                               
      "newissue": {                                                                                                                                                    
        "project": "VIRA",                                                                                                                                             
        "status": "In-Progress"                                                                                                                                        
      }                                                                                                                                                                
    }                                                                                                                                                                  
  }
n0v1c3 commented 3 years ago

@mikeboiko I believe this should be displayed as the standard with a link to the yaml guide. My only next major goal is to clean up this README and kept making it as simple one step here as possible.

Full details can be in the help file I copied and pasted to start with and we can make some special files for things like yaml.

n0v1c3 commented 3 years ago

If anyone else has a thought on that let us know.

n0v1c3 commented 3 years ago

@chinwobble I have found a few bugs since starting the cleanup on README VIRA-213. I should have got the big ones out of the way now although I know for sure there is still some more that must go away.

I at least want my "Older Comments" fold back that is for sure. Then will just need to focus on your bugs and I open any more as needed.

Edit

They are back. I missed something

n0v1c3 commented 3 years ago

I hope the README is getting there. I am closing this one and will open specific ones as needed.